Blacksmith3D
@blacksmith3d
New Member
Joined: Feb 15, 2024
Follow
Reply
RE: MAXscript used for interapplication communication…
Wow. I didn’t realize that Max 9+ had socket support. Thanks for the heads up. That could come in handy in the future. However, the main reason why I …
16 years ago
Forum
Topic
16 years ago
Forum
Replies: 6
Views: 22
Reply
RE: How to break a endless loop??
you can use the exit command to break a loop. For example… local iterations = 0; local maxIterations = 1000; while (true) do ( – do stuff here… if…
16 years ago
Forum