[Closed] instancing controllers?
Does anyone know the difference between point3 controller type (point3_xyz, bezier_point3) that you can assign in paramblocks, and standard position controller types? If there both just outputting a vector, why cant I instance them between each other eg. instancing a bezier_position = bezier_point3. Is there some class assignment or something going on?
Does anyone know a way around this or would i just have to rebuild the script_controller for the point3?
Balls! Thats what i thought – kinda crazy you cant instance them across or even convert a script_controller out put to a pure vector value for it to read or something. Well i fixed the problem,
cheers Mark,
Yes it drives me nuts that a position_XYZ, bezier_point3, point3_xyz, and even scale_XYZ should be all one and the same in my books. They are different classes and that is what stops you from instancing them. The only way around the problem is instancing the bezier_float controllers instead.