Block a user
Fix #128916: Tag Light ID when applying scale
ab9786d3d7
Fix #128916: Tag Light ID when applying scale
9c36cfb4b8
Fix: Use error reports as indication of cancellation for some IO ops
feaa7bbbcc
Fix #129013: Certain brushes can cause artifacts
3d40d6e188
Fix #128999: Smooth Surface brush doesn't update viewport
0319b7b50a
Fix #127611: Linked material can be modified by Copy/Paste Material
24301e9b22
Merge branch 'blender-v4.3-release'
9c36cfb4b8
Fix: Use error reports as indication of cancellation for some IO ops
Jesse Yurkovich
deleted branch fix117881-bettererrors from deadpin/blender
2024-10-14 22:55:37 +02:00
Fix: Use error reports as indication of cancellation for some IO ops
ecaca91f25
Merge remote-tracking branch 'upstream/blender-v4.3-release' into fix117881-bettererrors
32e3d2f6f2
Revert import operator changes; potentially unsafe for undo
18e2f9d629
Use error reports as indication of op cancellation
0319b7b50a
Fix #127611: Linked material can be modified by Copy/Paste Material
b2e0193cc1
Fix #128929: Multires face set automasking doesnt work with no face set
Fix: Use error reports as indication of cancellation for some IO ops
Yes, retargeting the branch now and I'll do another test build before commit.
fix instancing in USD export
It would be good if some notes and discussion on this approach can be made over on the design task - notably about any pros/cons of not doing "step 1" as mentioned. Additionally the description to…
Fix: Use error reports as indication of cancellation for some IO ops
I've changed the PR to just check the reports during Export. Import is left alone for now.
Cleanup: use actual return types for BKE_*_add functions
55af57afe2
Cleanup: use actual return types for BKE_*_add functions
4bbf0986d5
Fix #128637: Gizmo line tool not snapping to exactly 45 degrees
3d88019ae3
Merge branch 'blender-v4.3-release'
e3f9d210d1
Fix #128401: Issues when splitting connected strip
bd299cad72
Cleanup: quiet unused argument warnings
Crash when switching to shading workspace in Blender 4.3.0 Beta
Can you try with a more recent 4.3 beta build. The one mentioned above is over a week old and a few similar issues have already been fixed.
Overlay: Apply scale on lights is showing wrong size of light
Looks like the light type is missing an explicit DEG_id_tag_update(..., 0);
inside apply_objects_internal
. The depsgraph flag of 0 is not ideal but it's what the existing python api does when…