2 questions about extends:*


#1

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.


#2

in the plugin clause definition, add a ‘replaceUI:true’ parameter

define the function before the rollout.


#3

Right, thanks!


#4

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.