Block a user
Refactor: Nodes: improve drawing of nodes based on node declaration
nit: Should this be Extent
as in "the size of the panel"? "Extend
sounds like "a thing that extends a panel".
GPv3: Remove points within gesture region
I didn't know about this feature. While testing i also noticed that any stroke that is selected will always get removed by the B key operator (not the ctrl+alt lasso select though). This feels…
Lukas Tönne
pushed to geometry-nodes-rb-component-voronoi at LukasTonne/blender
2024-10-10 14:47:46 +02:00
160d0fab1d
Merge branch 'geometry-nodes-rb-component' into geometry-nodes-rb-component-voronoi
8f26444429
Fix crash when freeing invalid constraints, Jolt function does not support nullptr.
Lukas Tönne
pushed to geometry-nodes-rb-component-voronoi at LukasTonne/blender
2024-10-10 14:46:29 +02:00
8a328c776a
Fix crash when freeing invalid constraints, Jolt function does not support nullptr.
Lukas Tönne
pushed to geometry-nodes-rb-component-voronoi at LukasTonne/blender
2024-10-10 12:44:03 +02:00
4a0ad8b780
Merge branch 'geometry-nodes-rb-component' into geometry-nodes-rb-component-voronoi
f596b6cb46
Fix initialization of new rigid bodies when resizing the world.
Blender 4.2.2 LTS crashes when selecting 2D animation mode on Mac with macos Sequoia 15.0.1
@user2 the crash when deleting a stroke has been fixed, this is a different report #128791 No deletion of strokes is mentioned by the OP.
Lukas Tönne
pushed to geometry-nodes-rb-component-voronoi at LukasTonne/blender
2024-10-09 20:35:48 +02:00
aab3046af8
Merge branch 'voronoi_node' into geometry-nodes-rb-component-voronoi
83430aeb55
Remove duplicate cmake entry.
ec42765b52
Merge branch 'main' into voronoi_node
4f5f8f6e17
Merge branch 'blender-v4.3-release'
12b4ac87ea
Fix #128789: GPv3: Context property missing nullptr check
Lukas Tönne
pushed to geometry-nodes-rb-component-voronoi at LukasTonne/blender
2024-10-09 20:34:47 +02:00
Lukas Tönne
created branch geometry-nodes-rb-component-voronoi in LukasTonne/blender
2024-10-09 20:34:47 +02:00
GPv3: Interpolation changing static strokes
Yes, the sampling positions could be more flexible, so the resulting strokes are closer to the input strokes if they have the same point count. Otherwise the stroke with fewer points is going to…
ec42765b52
Merge branch 'main' into voronoi_node
4f5f8f6e17
Merge branch 'blender-v4.3-release'
12b4ac87ea
Fix #128789: GPv3: Context property missing nullptr check
0d2a9cc255
Fix test condition after fix to read cache updates.
7a73f2f6ce
Fix read cache: make sure the cache is updated before moving the world.
6fa243c01b
Debug utility functions to display key internals of physics states.