Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#117061 2024-01-15 12:32:59 +01:00
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…

Lukas Tönne commented on pull request blender/blender#116936 2024-01-15 10:32:02 +01:00
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.…

Lukas Tönne commented on pull request blender/blender#116946 2024-01-15 09:49:12 +01:00
GPv3: Opacity modifier

I didn't know about the uiLayoutRowWithHeading feature, thanks.

Lukas Tönne pushed to main at LukasTonne/.profile 2024-01-15 09:46:19 +01:00
a753fd5538 update
5557beafea update
Compare 2 commits »
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 18:08:13 +01:00
7eaa51f282 Removed outdated comment.
Lukas Tönne commented on pull request blender/blender#116946 2024-01-12 18:07:13 +01:00
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.

Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 17:00:44 +01:00
15aeafe9ec Include color factor in the uniform opacity mode.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 16:52:29 +01:00
3ec92d9530 Initialize internal curve table after file read.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 16:07:22 +01:00
6f38dcdec7 Fix inverted "uniform" setting.
50a330a250 Fixed DNA defaults for opacity modifier.
46a82c6a00 Added missing read/write code for curve mapping.
Compare 3 commits »
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 15:04:26 +01:00
ca2413e91d UI drawing for opacity modifier properties.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 14:38:39 +01:00
e47d168b2b RNA definition for opacity modifier settings.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-12 14:21:01 +01:00
1577d8175a Flattened the DNA struct for modifier influence.
b3f163ee63 Ported evaluation functions for the opacity modifier.
Compare 2 commits »
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 18:25:58 +01:00
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.
Compare 4 commits »
Lukas Tönne pushed to gp3-modifier-filters at LukasTonne/blender 2024-01-11 18:24:59 +01:00
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.
Compare 3 commits »
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 18:17:38 +01:00
057fa04e3e Flattened RNA definition to add filter properties directly to modifiers.
Lukas Tönne closed issue blender/blender#114890 2024-01-11 17:14:08 +01:00
Blender Crashes While opening 3.6.5 file.
Lukas Tönne commented on issue blender/blender#114890 2024-01-11 17:13:52 +01:00
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…

Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 17:08:30 +01:00
1e94f8519a Added custom curve settings to generic modifier influence data.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 15:11:56 +01:00
ae51e9c4b9 Influence settings for vertex groups.
Lukas Tönne pushed to gp3-opacity-modifier at LukasTonne/blender 2024-01-11 13:12:17 +01:00
4097218563 Merge branch 'gp3-modifier-filters' into gp3-opacity-modifier
d6b1232d07 Split the filters for GP modifiers into separate structs.
Compare 2 commits »