PDA

View Full Version : Possible to hide the motion path number?


Don3Don
10-02-2003, 05:45 AM
Hi all...
I want to know is that possible to hide the number on the motion path? I know to show off "locator" in veiwport can do that. But I want know another solution....cause sometime I still want to see locator but not motion path number.

zachgrachan
10-02-2003, 05:58 AM
If you select the number, you can go into its attribute editor and uncheck visibility. This is the MEL command that does it. You'll just need to replace positionMarkerShape2 with the proper shape node.

setAttr "positionMarkerShape2.visibility" 0;

Don3Don
10-12-2003, 08:28 AM
thanks zachgrachan!

CGTalk Moderation
01-16-2006, 06:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.