Notifications
Clear all

[Closed] Script-created Tape helper not selectable ?

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

4 Replies
2 Replies
(@ofer_z)
Joined: 11 months ago

Posts: 0

I don’t think so, it seems your code should work fine. this looks like a bug.
perhaps bobo has some insight…

(@bobo)
Joined: 11 months ago

Posts: 0

Looks ike a bug to me.
Same problem in max 5,6 and 7.
I am pretty sure it used to work back in R2

Thanks. I guess it’s not so much important that I would need to switch back to R2…

I had the same problem with the tape measure,

I finally got around it by creating an spline with an IK modifier on it, and just using the getLength of spline as a substitute tape measure.

although, come to think of it, you could just use the distance command…[laughing at myself]