Block a user
Fix #129637: GPv3: Python:
add_points
raises exception
86ea5c21e7
Fix #129637: GPv3: Python:
add_points
raises exception
912c85bb9d
glTF exporter: Fix #129407 - fix crash when step is != 1 and actions are not aligned
e5a4beb518
Fix #129476: Dual GPU - Bake to Color Attribute Crashes Blender
443cb9ff9e
Fix #128945: Crash switching modes after duplicating particle system
1d108b0d77
glTF exporter: Fix Regression #128807 - avoid spaming stdout
Fix #129295: GPv3: Snap Cursor to Selected includes locked layers
Fix #129239: GPv3: Python: Vertex color is initialized as white
4b4134be08
Fix #129239: GPv3: Python: Vertex color is initialized as white
b25da97fef
glTF: Fix #113469: enable Draco compression for bpy as a py module
ab89e367da
Fix #129518: GPv3: Crash entering edit mode with locked layers
3a36d638a5
Fix #127205: OptiX error with OSL material using wavelength node
2a2ad0c662
Fix error in recent fix for Rotate Edges
7a7c5c7306
Merge branch 'blender-v4.3-release'
ab89e367da
Fix #129518: GPv3: Crash entering edit mode with locked layers
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on
Thanks for looking into this. I am not sure I fully understand why the call there can be removed. Could you elaborate where autolock_inactive_layers
will be called?
The grease pencil will flash out directly when entering editing mode
Should be fixed with ab89e367da5b90ec77e7e782db36886e648b4854.
4.3 Blender Beta crashing when moving drawn grease pencil strokes
Fix #129518: GPv3: Crash entering edit mode with locked layers
GPv3: Initializing vertex_color via Python turns all points white
Unfortunately, I don't know if we can fix this. The default seems to be defined in layerDefault_propcol
so any FLOAT_COLOR
attribute (also for meshes, etc.) are initialized with `(1.0f, 1.0f,…