Block a user
Lukas Tönne
pushed to fix-unsupported-socket-links-4.2 at LukasTonne/blender
2024-04-06 10:37:53 +02:00
aa66f8f0bc
Merge branch 'main' into fix-unsupported-socket-links-4.2
61b28227bb
Fix #120309: Remove from Vertex Group operator broken
4e90501377
UI: Fix label in Particle System modifier
0b30cb1929
UI: Clarify Playback "Play In" option
958bc91867
Fix #120308: GP3 objects with geonodes renders original data from CLI
Cleanup: GPv3: Add drawing API for fill color
Does this even compile? Looks like it's still called with the curves
instead of the drawing
.
GPv3: Copy & paste sets stroke hardness to zero if not initialized
GPv3: Make new strokes selected after operators (copy/paste etc.)
16d08ffa5c
Merge branch 'gp3-sculpt-mode' into gp3-sculpt-tools
810bc1fb93
Merge branch 'main' into gp3-sculpt-mode
7e9f7320e4
Cleanup: spelling in comments & comment blocks
82904454b4
Docs: tweak help text & correct punctuation
61bd22e99b
Cleanup: avoid duplicating UVBorder on iteration
810bc1fb93
Merge branch 'main' into gp3-sculpt-mode
7e9f7320e4
Cleanup: spelling in comments & comment blocks
82904454b4
Docs: tweak help text & correct punctuation
61bd22e99b
Cleanup: avoid duplicating UVBorder on iteration
c1a0804794
Cleanup: remove redundant null check, declare arguments non-null
Fix: GPv3: Crash converting vertex groups
Thanks for the fix. A bit disconcerting that such weights appear at all, but since the rest of deform code seems to handle it well i think it's ok to ignore such weights.