Block a user
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…
2f35b3baf4
Cleanup: move duplicate doc-string to inline comment
ff8abcabe0
Cleanup: various non-functional changes for C++
434bc9213a
Merge branch 'blender-v4.3-release'
933fb1978f
PyAPI: correct types in doc-strings
Python API: Fix many incorrect Python API docstrings
Many of these fixes are valid, committed 933fb1978f4195cf3043e5a3ccc1fc5e5655e7b3.