Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Thanks
Solved! Go to Solution.
Thanks
Solved! Go to 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 $
Thank you!
Do you know how to set "Motion Paths" > "Display" > "Path Coloring" using MAXScript?
maxOps.trajectoryPathGradation: enum : Read|Write trajectoryPathGradation enums: {#speed|#wirecolor|#uicolor|#none}
thank you so much.
many times, it is so hard to find a function in documentation without knowing its name😞