Notifications
Clear all

[Closed] invisible custom attributes and xml question

I was watching Paul Neale’s video about dotnet and I’m kinda confused on how he manage to do this?

//youtu.be/-40goYVIAGQ?t=218

there is no parameters on the modifier but he can wire the transform controller on it.

2 Replies

The custom attributes definition doesn’t have to have the UI part (say ‘rollout params “Parameters”’), if you add it, it will show in the modifier panel, if you don’t add it, nothing will show there but you can still access the parameters (say ‘parameters main’) by script or in the TrackView (unless you explicitly mark them as invisible in TV).

oops… forgot to use $.modifiers[1] instead of $. No wonder why I can’t see it in the modified object list. I’d already done this before I asked… Thanks for the help anyway.