Notifications
Clear all

[Closed] Multiple inputs into one channel wire controller

Hi

so if i have a rectangle and a circle its easy to wire a single parameter of the rectangle to most things on the circle but is it possible to wire two parameters say the width of the rectangle and the corner radius into the (for example) position.x of the circle?

Thanks
Dave

5 Replies

sure it’s possible by using a list_controller for destination controller

Ok so you mean that to add two bezier float controllers into the list controller and then wire each parameter to a unique bezier float controller?

true. this is how these kind of things have to be handled. if you need more complicated ‘blending’ parameters formula you can use script or expression controller…

hmm ok thanks Dennis, i was hoping to be able to expose multiple custom channels or something anywho all works so thanks

One more question though, is there a way of not allowing the user to collapse or convert to poly/mehs/spline etc?

1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

there is no way to prevent any stack collapsing. that’s one of the reasons for me to use custom attributes on baseobject instead of attribute holder for example