Asgaard
@asgaard
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 7
Reply
RE: animation playback

Hi, You can go to the first frame of the animation and stop there with “max time start”. Store the original timeline value and restore it after you e…

22 years ago
Forum
Reply
RE: MaxScript – Modifying multiple multiple objects at once.

try: for obj in selection do ( try ( (obj.seed = random 0 500) ) catch() ) You can change the max possible number generated by the Random…

22 years ago
Forum
Reply
RE: Applying materials on object by corresponging names

Hi Loop through all Materials, and loop again through all your Objects. The Compare the names and if they match, assign the Material. A simple apro…

22 years ago
Forum
Reply
RE: Turning of modifier all at once

Try [Max Script] –> “New Script” –> Paste the code and execute it (CTRL + E) so long…

22 years ago
Forum
Reply
RE: Turning of modifier all at once

Its a very simple example and lacks of a few things (error handling, check if the modifier is applied , etc…)

22 years ago
Forum
Reply
RE: Turning of modifier all at once

You have to loop through a specified set of Objects. (Selection, the whole scene, Geometry Class, etc.) If you want to execute a action to all the se…

22 years ago
Forum
Topic
22 years ago
Forum
Replies: 1
Views: 90
Reply
RE: 2 Questions (Flags/GroupBox)

Thanks for the quick Reply thats a shame… Yeah, but i want to assign them I want some container with UI elements in it which i can blend out easily…

22 years ago
Forum
Topic
Forum
Replies: 8
Views: 45