Make MaltParameters animatable #336
Kolupsy
started this conversation in
Feedback & Feature Requests
Replies: 1 comment 3 replies
-
MaltProperties can be animated, but there's a limitation on the Blender with node properties. You can just override the property on the material side and animate that: #265 (comment)
Then a new class for every new node would be needed, which would mean registering/unregistering nodes at runtime and crashing Blender. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I guess this is a deeper-reaching issue but I am not a fan of how malt parameters are not animatable. I think this may have to do with how they are stored. I guess right now they are custom properties. Is there a reason why they are not annotated properties from
bpy.props
? Because you can animate them and I feel like they are easier to manage.Beta Was this translation helpful? Give feedback.
All reactions