Block a user
Fix #127342: Support Curve domain when selecting by vertex group
Lukas Tönne
created branch gpv3-select-stroke-by-vgroup in LukasTonne/blender
2024-09-18 12:58:36 +02:00
50582ce1df
Fix #127342: Support Curve domain when selecting by vertex group.
b5d418a83f
Refactor: Sculpt: Specialize pose face set IK chain creation
51e9a36c2f
Cycles: oneAPI: build binaries for Lunar Lake GPUs
9db50bed04
Fix: Geometry Nodes: use better hash for InstanceReference
2ba69519a8
Fix #127678: Auto-Save Preferences does not work for few anim properties
Lukas Tönne
deleted branch gpv3-interpolate-sequence from LukasTonne/blender
2024-09-17 20:20:43 +02:00
GPv3: Interpolate Sequence operator
GPv3: Interpolate Sequence operator
Yes, good catch. It worked because the enum values are the same, fixed.
9c9d3d5029
Use correct enum in the UI function, not the GPv2 enum.
13e9dbbab3
Rename variable.
GPv3: Interpolate Sequence operator
Also: the same smoothing is applied with the regular non-sequence interpolate operator, should that use the same settings?
GPv3: Interpolate Sequence operator
TBH i'm not seeing much of an effect at all. Not sure what keep_shape
really does, but can change it if you think it helps.
GPv3: Interpolate Sequence operator
Oops, thanks for finding. Confirmed it leaked memory. Fixed now.