Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2024-10-09 14:01:00 +02:00
e83d8271ac Merge branch 'blender-v4.3-release'
1d07ec7bc9 PyAPI: add specific BMLayerCollection element type to doc-strings
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-09 13:59:44 +02:00
1d07ec7bc9 PyAPI: add specific BMLayerCollection element type to doc-strings
Campbell Barton pushed to main at blender/blender 2024-10-09 13:38:18 +02:00
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
Compare 4 commits »
Campbell Barton closed issue blender/blender#128766 2024-10-09 13:38:16 +02:00
Crash when dragging a file into Blender with Wayland
Campbell Barton pushed to main at blender/blender 2024-10-09 13:37:35 +02:00
e99cb62007 Unbreak WITH_IMAGE_OPENEXR=OFF
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-09 13:30:36 +02:00
20756a07cd Fix #128766: crash dropping files with Wayland
233cf07866 Cleanup: remove unused functions
Compare 2 commits »
Campbell Barton commented on issue blender/blender#128486 2024-10-09 08:55:21 +02:00
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.

Campbell Barton merged pull request blender/blender#128626 2024-10-09 08:49:34 +02:00
Update PyDoc to add type of bpy.types.NodeSocket.links
Campbell Barton pushed to main at blender/blender 2024-10-09 08:45:10 +02:00
52ced621c7 Merge branch 'blender-v4.3-release'
e7747c0d93 PyAPI: add type of bpy.types.NodeSocket.links
Compare 2 commits »
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-09 08:41:53 +02:00
e7747c0d93 PyAPI: add type of bpy.types.NodeSocket.links
Campbell Barton commented on issue blender/blender#127132 2024-10-09 08:35:11 +02:00
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…

Campbell Barton pushed to main at blender/blender 2024-10-09 07:38:36 +02:00
f3c2deac3e Cleanup: replace U+00A0 with space
Campbell Barton pushed to main at blender/blender 2024-10-09 06:59:37 +02:00
2f35b3baf4 Cleanup: move duplicate doc-string to inline comment
ff8abcabe0 Cleanup: various non-functional changes for C++
Compare 2 commits »
Campbell Barton pushed to main at blender/blender 2024-10-09 06:51:07 +02:00
434bc9213a Merge branch 'blender-v4.3-release'
933fb1978f PyAPI: correct types in doc-strings
Compare 2 commits »
Campbell Barton commented on pull request blender/blender#116245 2024-10-09 06:48:07 +02:00
Python API: Fix many incorrect Python API docstrings

Many of these fixes are valid, committed 933fb1978f4195cf3043e5a3ccc1fc5e5655e7b3.

Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-09 06:47:39 +02:00
933fb1978f PyAPI: correct types in doc-strings
Campbell Barton pushed to main at blender/blender 2024-10-09 06:44:02 +02:00
6c4d699268 Core: replace home environment variable access with BLI_dir_home