Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton commented on issue blender/blender#128486 2024-10-10 00:20:15 +02:00
Wayland: Cursor disappears while scaling

Closing since Vulkan is experimental,

Campbell Barton pushed to main at blender/blender 2024-10-10 00:17:45 +02:00
0cec2462cd Cleanup: remove redundant checks in Wayland drag & drop
Campbell Barton suggested changes for blender/blender#125651 2024-10-10 00:01:01 +02:00
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.

Campbell Barton merged pull request blender/blender#125851 2024-10-09 14:01:09 +02:00
Add: Specific BMLayerCollection element type to Python API docs
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