Block a user
243e400c07
Use interface variables for the group input/output nodes.
f6cc0d9a88
Merge branch 'main' into socket-type-inference
692de6d380
GHOST/Wayland: copy & paste image to clipboard support
fff99c2e62
Merge branch 'blender-v4.1-release'
dd42a9718d
Cleanup: format
GPv3: Fill texture coordinates system
I think the multi-line version is fine, no need to make this more compact.
That being said, I'm not really sure what happens when you multiple a 2x2 with a 3x2 matrix. The first matrix would need…
ad3befa8c7
Merge branch 'main' into gp3-sculpt-mode
692de6d380
GHOST/Wayland: copy & paste image to clipboard support
fff99c2e62
Merge branch 'blender-v4.1-release'
dd42a9718d
Cleanup: format
8c276cb073
Merge branch 'blender-v4.1-release'
GPv3: Build Modifer migration
Should this be previous_drawing.strokes()
? Otherwise looks like previous_drawing
is unused. But that's also the previous frame, rather than the "original" (unmodified) drawing, which is what i think the GPv2 build modifier did?
Lukas Tönne
deleted branch fix-curve-to-mesh-dvert-attributes from LukasTonne/blender
2024-03-11 20:52:28 +01:00
GPv3+GeoNode: Crashes if points were assigned to a Vertex Group
Fix #117997: Crash trying to copy vertex group attributes as spans
ab4f8e28f9
Merge branch 'main' into gp3-sculpt-mode
23ebc45f70
WM: Add dynamic callback version of operator "depends on cursor" flag
b33ec06283
Merge branch 'blender-v4.1-release'
bca31c3846
Fix: handle cyclic links when detecting dangling reroutes
e0ba5b3cad
Merge branch 'blender-v4.1-release'
GPv3: Build Modifer migration
It uses gpf_orig
to get the number of original strokes to cut from the beginning. This is set to the unmodified data before modifier eval (gpencil_copy_structure_for_eval
).
To get the…