Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto closed issue blender/blender#108501 2023-06-02 11:10:54 +02:00
Image Editor glitch after texture painting undo
Dalai Felinto pushed to blender-v3.6-release at blender/blender 2023-06-02 11:09:53 +02:00
9d00d13767 Fix #108501: Image Editor glitch after texture painting undo
Dalai Felinto created pull request blender/blender#108533 2023-06-02 10:44:52 +02:00
Fix #108501: Image Editor glitch after texture painting undo
Dalai Felinto pushed to fix-image-editor at dfelinto/blender 2023-06-02 10:41:56 +02:00
61808d2491 Fix #108501: Image Editor glitch after texture painting undo
6bea428b7f UI: Incorrect add-ons button label in preferences
db1344530f Cleanup: unused argument warning
f87f119c2f UV: Update ui for the uv pack islands operator
f78d1fd114 Fix memory leak during uv packing
Compare 10 commits »
Dalai Felinto created branch fix-image-editor in dfelinto/blender 2023-06-02 10:41:56 +02:00
Dalai Felinto commented on issue blender/blender#108501 2023-06-02 09:48:34 +02:00
Image Editor glitch after texture painting undo

The issue has to do with partial update. For example, if you set image_partial_updater.hh::is_valid to always return false, the error goes away.

And I need to dig further, but looking at…

Dalai Felinto commented on pull request blender/blender#108486 2023-06-01 11:56:26 +02:00
UI: Improved Preview Feedback and Reduced Flickering

Just to be clear, this could go in anyways since it is a nice improvement. It just doesn't fix the bigger problem.

Dalai Felinto commented on pull request blender/blender#108486 2023-06-01 10:27:12 +02:00
UI: Improved Preview Feedback and Reduced Flickering

The patch does makes the problem less noticable, but it feels like is a palliative solution. The recalculate of thumbnails is clearly happening in occasions where it shouldn't need to

The…

Dalai Felinto commented on pull request blender/blender#108481 2023-06-01 10:20:48 +02:00
UI: Display invalid cache as striped lines in the timeline

I know changing the alpha was based on @pablovazquez 's feedback, but the color is a bit too punchy in my opinion. I wll check with Pablo what he thinks. It may be easier for him to play with the…

Dalai Felinto opened issue blender/blender#108501 2023-06-01 10:11:34 +02:00
Image Editor glitch after undo
Dalai Felinto closed issue blender/blender#107836 2023-05-30 14:12:11 +02:00
UI: Add "Simulation Nodes" cache visibility option in the Timeline view
Dalai Felinto commented on pull request blender/blender#108210 2023-05-26 18:28:08 +02:00
UI: uiBut Indeterminate State

Better to show a dash instead of blank (cc @pablovazquez )

Dalai Felinto commented on issue blender/blender#106976 2023-05-26 15:10:15 +02:00
Crash when changing asset icon

Great finding @PratikPB2123, I updated the task description

Dalai Felinto commented on issue blender/blender#108066 2023-05-26 12:00:02 +02:00
Asset Browser: Crash when choose a custom icon

For the records it worked on 3.4 but on 3.51 (and 3.50) it failed. For more details on how to reproduce it see #106976

Dalai Felinto commented on issue blender/blender#106976 2023-05-26 11:56:28 +02:00
Crash when changing asset icon

@PratikPB2123 it can be merged. Not sure how to do it in the new system to be honest.

Dalai Felinto commented on issue blender/blender#106976 2023-05-26 11:55:25 +02:00
Crash when changing asset icon

The issue seems to be that CTX_data_pointer_get(C, "id") returns NULL when called from lib_id_load_custom_preview_exec in this case.

Dalai Felinto commented on issue blender/blender#106976 2023-05-26 11:00:31 +02:00
Crash when changing asset icon

This happens in 3.5 as well, not only 3.6 (and on Linux too by the way). cc @JulianEisel

Dalai Felinto commented on pull request blender/blender#108281 2023-05-26 10:26:29 +02:00
Cleanup: Add a copyright notice to files and use SPDX format

@Harley what you have is indeed what is in every Blender Foundation Development Grant agreement. Only employees working directly for the Blender Institute have in their contract that they agree to…

Dalai Felinto commented on pull request blender/blender#108281 2023-05-26 10:26:15 +02:00
Cleanup: Add a copyright notice to files and use SPDX format

As someone who had to go chase copyright owners of our 3rd party library I would encourage us to not have it in a file-by-file-basis. The more centralized the best imho.

So overall it does feel…

Dalai Felinto commented on issue blender/blender#102949 2023-05-25 16:22:39 +02:00
Flatpak package for Linux releases

Adding @nielsdg to the conversation here. He pointed me to the current non-official package and how it doesn't show as "Verified".

It is not…