MikeKelley
07-10-2007, 09:17 PM
I'm a little stuck here (too much scripting to learn in one day).
What's a practical example of this syntax?
.path UndefinedClass default: undefined -- node; Path_Constraint
Add Path: is used to add a new spline path that influences the constrained object.
Delete path: is used to remove a path from the target list. Once removing the path target, it will no longer influence the constrained object
I can use:
mybox01.pos.controller.follow = on
to set a Path_Constraint controller's follow, as well as axis or any of the other "simple" properties. But I can't figure out how to add a path to it.
mybox01.pos.controller.path = #add_path:$line01
doesn't work, nor do any of the dozens of variations I've tried. I know I just don't understand this, but please point me in the right direction.
What's a practical example of this syntax?
.path UndefinedClass default: undefined -- node; Path_Constraint
Add Path: is used to add a new spline path that influences the constrained object.
Delete path: is used to remove a path from the target list. Once removing the path target, it will no longer influence the constrained object
I can use:
mybox01.pos.controller.follow = on
to set a Path_Constraint controller's follow, as well as axis or any of the other "simple" properties. But I can't figure out how to add a path to it.
mybox01.pos.controller.path = #add_path:$line01
doesn't work, nor do any of the dozens of variations I've tried. I know I just don't understand this, but please point me in the right direction.
