DennisRoche
@dennisroche
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 11
Reply
RE: 3dsmaxcmd running scripts

can’t comment if you’re script has a problem without seeing it … but can help you with launching scripts from a cmd line. the arguments i’m using: 3d…

17 years ago
Forum
Topic
Forum
Replies: 0
Views: 14
Reply
RE: Problem Wiring Parameters

i did this script to learn as much you – it really only took a few hours of playing around. writing functions is good practice and it is a nice way t…

18 years ago
Forum
Reply
RE: Problem Wiring Parameters

thanks harry for sending me the script. i had a look at it and rewrote it. —————————————— — CreateNoiseCamera.ms …

18 years ago
Forum
Reply
RE: Problem Wiring Parameters

If you could post the script that would be great. cheers

18 years ago
Forum
Reply
RE: Problem Wiring Parameters

I did read your original post but I didn’t know how to help but lets see what we can figure out… You have a camera with a custom attribute NStrength….

18 years ago
Forum
Reply
RE: Exporting vertex position to txt file

why are you converting to float then string?? that is where you are losing precision. try this: _x = vertA.x as string _y = vertA.y as string _…

18 years ago
Forum
Reply
RE: SDK and max script – tough question

hey hey check your maxscript again – you need to make the selection an array first. i quickly did a test as i didn’t know how to add custom attibutes…

18 years ago
Forum
Reply
RE: I need a max script

hahahaha. yeah i forget to put quote marks around the 1 – its done now. i edited the code in the online and didn’t test it again. you should have been…

18 years ago
Forum
Reply
RE: I need a max script

ok dude. i’ve quickly updated the script that it outputs 5 columns: x, y, z, pieces, name. i have assumed pieces is always 1. with a cvs file you can…

18 years ago
Forum
Reply
RE: I need a max script

don’t know how you got that error. i’ve updated the script (in the original post). customise the script to do what you need. the basics are there. op…

18 years ago
Forum
Reply
RE: I need a max script

simply exports the height, width, length properties of all selected objects to a cvs file (a text file). you can then open the cvs in excel. UPDATED …

18 years ago
Forum