Block a user
Lukas Tönne
deleted branch fix-gp3-modifier-panel-props from LukasTonne/blender
2024-01-31 16:35:51 +01:00
GPv3: Use RNA properties for modifier influence panels
4ce5021636
Fix build errors.
212436a155
Merge branch 'main' into gp3-dash-modifier
8c02b6eb24
EEVEE-Next: Add normal layer reuse
ebf9572330
Fix: EEVEE-Next: Remove duplicated translucent weight
cbc5d861db
Fix #117672: Translation of enum button tooltips broken
GPv3: Use RNA properties for modifier influence panels
1bf6f1e351
GPv3: Use RNA properties for modifier influence panels.
8c02b6eb24
EEVEE-Next: Add normal layer reuse
ebf9572330
Fix: EEVEE-Next: Remove duplicated translucent weight
cbc5d861db
Fix #117672: Translation of enum button tooltips broken
9ad46ebd2f
Cleanup: quiet warning
Lukas Tönne
created branch fix-gp3-modifier-panel-props in LukasTonne/blender
2024-01-31 16:17:41 +01:00
5c9130dd02
Const function parameters.
f0455faf58
Rename select_vert -> selection.
11b6192ed4
Move lazy vertex group creation out of lambda.
d6f8c8028a
Use Set<std::string> to avoid pointer comparison.
daf09f7a43
Removed unused header.
GPv3: Basic vertex group operators
Yes, should be Set<std::string>
. I think the idea was to avoid string copies, but that's not very important for operators.
Lukas Tönne
deleted branch fix-rna_idprop_ui_create from LukasTonne/blender
2024-01-31 13:27:26 +01:00
Support for enum `items` parameter in `rna_idprop_ui_create`
Support for enum
items
parameter in rna_idprop_ui_create
Added example script and included a little fix to reset items when none as specified.