Notifications
Clear all

[Closed] Start new shape

Is it possible to access the Start New Shape checkbox on the create splines panel through Maxscript?

2 Replies
1 Reply
(@bobo)
Joined: 11 months ago

Posts: 0

Yep.

maxops.startNewShapeLock = false –or true – sets the checkbox state
maxops.startNewShape() –presses the start new shape button if the checkbox is unchecked

Cool, thanks!