Scripted Modifier Animation Question
I have a modifier I am working on that is almost fully functional. I cannot figure out how to get the value of an animated slider to return a command on each frame of animation.
on xxxxx set val do xxxxx does work unless I manually update the value on each frame.
Is there a better way to detect that a parameter has changed and to fire a command because of it?
Comments
Grow Selection With Invert Modifier
Below is the code I am working through. I have gotten closer, but now none of the ButtonOp commands work with an extended edit_poly or poly_select. Below is my current code with edit_poly extended. It is so close to functional.