jimpix
@jimpix
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 5
Reply
RE: Precise position export with MaxScript

Thank you, this is really helpful. By replacing obj.rotation with obj.rotation.controller.value now all values outputs as pure hex values

2 years ago
Forum
Reply
RE: Precise position export with MaxScript

Sorry for bumping old topic, but recently I got a chance to actually use this script in my projects, and I stumbled across weird rotation export from …

2 years ago
Forum
Reply
RE: Precise position export with MaxScript

Thanks, this is really helpful I have one more question though (this one might warrant separate topic, but I will just write it here; might open new …

2 years ago
Forum
Reply
RE: Precise position export with MaxScript

Thanks guys, I edited script to be like this: outputFile = createFile “c:\output.txt” for obj in $ do ( format “% X_pos:% Y_pos:% Z_pos:% ” obj.name…

2 years ago
Forum
Reply
RE: Precise position export with MaxScript

thanks for suggestion! I edited script to be like this: outputFile = createFile “c:\output.txt” for obj in $ do ( format “% X_pos:% Y_pos:% Z_pos:% …

2 years ago
Forum
Topic
Forum
Replies: 11
Views: 95