kachoudas
03-23-2005, 12:17 PM
Hello guys,
I am creating Tape objects via a script. It works fine, except that the tape object can't be selected by mouse click or drag, nor the line between the tape and its target.
Selecting by name works fine.
Selecting the target by any method works fine, and if I use the same script to create a Target camera, everythnig is all right.
Helpers are neither hidden nor filtered.
Here is my code - very basic
tapeName = "tape_name"
targ= targetObject name:(tapeName+".Target")
tap= tape name:tapeName target:targ
Did I misundertood something about the way targeted objects work ?
Thanks for your help.
Jerome
I am creating Tape objects via a script. It works fine, except that the tape object can't be selected by mouse click or drag, nor the line between the tape and its target.
Selecting by name works fine.
Selecting the target by any method works fine, and if I use the same script to create a Target camera, everythnig is all right.
Helpers are neither hidden nor filtered.
Here is my code - very basic
tapeName = "tape_name"
targ= targetObject name:(tapeName+".Target")
tap= tape name:tapeName target:targ
Did I misundertood something about the way targeted objects work ?
Thanks for your help.
Jerome
