How to enable "Always show motion path" using MAXScript?

How to enable "Always show motion path" using MAXScript?

FelixP5NJM
Enthusiast Enthusiast
530 Views
4 Replies
Message 1 of 5

How to enable "Always show motion path" using MAXScript?

FelixP5NJM
Enthusiast
Enthusiast

Thanks

0 Likes
Accepted solutions (2)
531 Views
4 Replies
Replies (4)
Message 2 of 5

denisT.MaxDoctor
Advisor
Advisor
Accepted solution

it's the same as setTrajectoryOn on the selected object... it doesn't automatically redraw the checkbox, so you're worried that you can force an update like this:

select $
0 Likes
Message 3 of 5

FelixP5NJM
Enthusiast
Enthusiast

Thank you!
Do you know how to set "Motion Paths" > "Display" > "Path Coloring" using MAXScript?

0 Likes
Message 4 of 5

denisT.MaxDoctor
Advisor
Advisor
Accepted solution
maxOps.trajectoryPathGradation: enum : Read|Write

trajectoryPathGradation enums: {#speed|#wirecolor|#uicolor|#none}
0 Likes
Message 5 of 5

FelixP5NJM
Enthusiast
Enthusiast

thank you so much.

many times, it is so hard to find a function in documentation without knowing its name😞

0 Likes