I’m making a scripted helper, and like most of the other scripted plugins, it inherits something. In my case I just chose Point.
a) How do I hide the Point Parameters so it just shows mine in its settings?
b) How do I call a function in my script from within the rollout? ie (pseudo-code):
rollout params "something"
(
DoThis
)
fn DoThis = ()
Currently it doesn’t know what the hell i’m talking about because the function is not within the scope of the rollout.