Block a user
Fix #128646: Wrong selection results using the high-level python API
This looks ok to me, but i'm not familiar with the high-level python API, can't really say much beyond code style and general correctness.
bde3088b97
Merge branch 'blender-v4.3-release' into gpv3-remove-gpv2-legacy
6039cb17e6
Unix: use getpwuid() to access home when the variable/tilde expand fails
1e9206238e
Fix crash if expanding the fonts directory fails
ff9d9711d7
Fix crash using "~" in the file selector when the "home" is null
e0f036f8f3
Fix inconsistency between *BKE_appdir_folder_{home/default} on macOS
1b410baaee
Merge branch 'main' into geometry-nodes-rb-component
6d5d3ce975
Transform: Simplify and specialize the handling of events
ed1c708619
Merge branch 'blender-v4.3-release'
e82ce39e17
Fix: Snap Toggle not updating snap status after a transform operation
5eae28e685
Fix: Snap Toggle not updating snap status after a transform operation
Lukas Tönne
deleted branch geometry-nodes-rb-component-tmp from LukasTonne/blender
2024-10-06 10:38:05 +02:00
Lukas Tönne
pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender
2024-10-06 10:35:52 +02:00
e11b8b57ef
Generic mesh conversion for shape types that have triangle geometry.
Lukas Tönne
pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender
2024-10-06 00:27:08 +02:00
94760a06f7
Fixed mesh shape output.
Lukas Tönne
pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender
2024-10-05 01:11:40 +02:00
43cede7c7b
Support "Instance" domain attribute outputs when capturing.
GPv3: Rename mode enum names and python identifiers
Would avoid renaming the AST classes in this PR. Otherwise looks good.
WIP: GPv3: Remove more unused legacy code