Sergey Sharybin Sergey
  • Joined on 2009-11-28
Sergey Sharybin commented on pull request blender/blender#130149 2024-11-25 11:12:25 +01:00
Cycles: Use fused OptiX OSL programs
Sergey Sharybin approved blender/blender#130542 2024-11-25 11:06:22 +01:00
Fix #130463, #114592: VSE prefetching uses wrong font for text strips

I don't know, I did not change the logic of how datablock fonts are keyed.

Sergey Sharybin commented on issue blender/blender#130389 2024-11-22 15:55:33 +01:00
Cycles: CPU / GPU difference

@LukasStockner I think for the 4.3.1 it would be safer to remove the -fassociative-math and revisit the topic for 4.4 ?

Sergey Sharybin commented on pull request blender/blender#130542 2024-11-22 14:38:22 +01:00
Fix #130463, #114592: VSE prefetching uses wrong font for text strips

Overall seems fine.

Sergey Sharybin commented on issue blender/blender#130218 2024-11-22 14:30:02 +01:00
changing colourspace in image datablock via python resets modifies image scale

That's rather unpythonic

Sure, but it is current Blender way. Trying to achieve a pythonic way of dealign with things in a design which is not ready for it is going to be quite painful and…

Sergey Sharybin commented on issue blender/blender#130218 2024-11-22 13:03:03 +01:00
changing colourspace in image datablock via python resets modifies image scale

Ok, so finally had some time to dig into the editable callback. Together with Bastien.

So, for the case of this report we do have mechanism: RNA_def_property_editable_func. From there you can…

Sergey Sharybin commented on issue blender/blender#130218 2024-11-22 12:19:44 +01:00
changing colourspace in image datablock via python resets modifies image scale

@lichtwerk This is actually quite weird thing to do. WM_report() makes it so a message is shown in the interface. As in, this alert box in the Space Info. It is okay for operators that are…

Sergey Sharybin commented on issue blender/blender#130218 2024-11-22 11:54:40 +01:00
changing colourspace in image datablock via python resets modifies image scale

@Sergey Fair enough... We could make it read-only based on a callback though (RNA_def_property_editable_func)? This can even return an 'info' string which I believe is displayed by the UI in…

Sergey Sharybin deleted branch bpy_wheel_43 from Sergey/blender 2024-11-21 16:05:10 +01:00
Sergey Sharybin pushed to blender-v4.3-release at blender/blender 2024-11-21 16:05:07 +01:00
bcb0488787 Tools: Add cleaner of bpy install folder for wheel
Sergey Sharybin merged pull request blender/blender#130684 2024-11-21 16:05:07 +01:00
Tools: Add cleaner of bpy install folder for wheel
Sergey Sharybin created pull request blender/blender#130684 2024-11-21 16:03:38 +01:00
Tools: Add cleaner of bpy install folder for wheel
Sergey Sharybin pushed to bpy_wheel_43 at Sergey/blender 2024-11-21 16:03:10 +01:00
d65acc93d1 Tools: Add cleaner of bpy install folder for wheel
c25befb4cb Fix #130420: Undo/Redo broken when using Transfer Mode operator.
Compare 2 commits »
Sergey Sharybin created branch bpy_wheel_43 in Sergey/blender 2024-11-21 16:03:10 +01:00
Sergey Sharybin pushed to main at Sergey/blender 2024-11-21 15:59:42 +01:00
715b80e68f Cleanup: Compositor: Refactor blur gamma correction
afdbef449b Cleanup: Compositor: Remove redundant includes
0d83aafd4b Compositor: Implement Bilateral Blur for new CPU compositor
8b720eb6ea Compositor: Implement Filter node for new CPU compositor
c497d5c3fa Refactor: Move quad triangulation function to blenlib
Compare 25 commits »
Sergey Sharybin commented on issue blender/blender#130218 2024-11-21 12:02:13 +01:00
changing colourspace in image datablock via python resets modifies image scale

I'm not sure this is the right direction to go. It is not that easy to make property read-only, as the color management settings are not dedicated to the image data-blocks. And it also need to be…

Sergey Sharybin deleted branch wheel_py39 from Sergey/blender 2024-11-21 11:49:05 +01:00