Block a user
Fix #125611: Add collection instance ignores scale property
While setting the scale directly works, I think the proper solution here is to add scale to CollectionAddInfo
, then collection_add_info_get_from_op
should set the scale via add_generic_get_opts
, r_scale
argument.
Add: Specific BMLayerCollection element type to Python API docs
e83d8271ac
Merge branch 'blender-v4.3-release'
1d07ec7bc9
PyAPI: add specific BMLayerCollection element type to doc-strings
930a8b199b
Merge branch 'blender-v4.3-release'
8771952ce9
Merge branch 'blender-v4.3-release'
20756a07cd
Fix #128766: crash dropping files with Wayland
233cf07866
Cleanup: remove unused functions
Crash when dragging a file into Blender with Wayland
20756a07cd
Fix #128766: crash dropping files with Wayland
233cf07866
Cleanup: remove unused functions
Wayland: Cursor disappears while scaling
Note that Blender's cursor intentionally disappears, arrows are shown instead.
Are the arrows showing with a line to the mouse cursor while scaling?)
See attached screenshot with cursor circled.
Update PyDoc to add type of bpy.types.NodeSocket.links
52ced621c7
Merge branch 'blender-v4.3-release'
e7747c0d93
PyAPI: add type of bpy.types.NodeSocket.links
Using bpy and usd-core together causes seg fault in Blender 4.2 Linux
From looking into this the issue is caused by a symbol conflict with the same version of USD libraries loading twice.
The reason this worked in blender-4.1 is the version of USD didn't conflict…