Block a user
Fix AttributeError in node groups when custom socket has no 'draw' function
This seems fine to me. The draw
function of socket types is optional. All internal socket types have this callback, which is why the error didn't come up earlier. It only happens for node groups…
Fix #115727: Draw panel buttons in the node editor side bar
I probably have to move the panel code to C++ since we don't have access to the panel hierarchy from python. It's defined in the NodeDeclaration
but those declarations have no python API yet.…
GPv3: Opacity modifier
Would be nice to have the checkbox in the same line as the pass button. I haven't found a good way to combine these buttons yet, could use help from UI experts.
6f38dcdec7
Fix inverted "uniform" setting.
50a330a250
Fixed DNA defaults for opacity modifier.
46a82c6a00
Added missing read/write code for curve mapping.
1577d8175a
Flattened the DNA struct for modifier influence.
b3f163ee63
Ported evaluation functions for the opacity modifier.
2584d19d67
Merge branch 'gp3-modifier-filters' into gp3-opacity-modifier
6ff68593cb
Flattened RNA definition to add filter properties directly to modifiers.
c7a3f9aecb
Added custom curve settings to generic modifier influence data.
cf5e9d8d38
Influence settings for vertex groups.
6ff68593cb
Flattened RNA definition to add filter properties directly to modifiers.
c7a3f9aecb
Added custom curve settings to generic modifier influence data.
cf5e9d8d38
Influence settings for vertex groups.
Blender Crashes While opening 3.6.5 file.
Blender Crashes While opening 3.6.5 file.
Yes. At least this issue won't happen in future. Files like these where node data has been lost by storing with an older Blender version aren't really recoverable unfortunately, but doing so now…
4097218563
Merge branch 'gp3-modifier-filters' into gp3-opacity-modifier
d6b1232d07
Split the filters for GP modifiers into separate structs.