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…
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…
thanks harry for sending me the script. i had a look at it and rewrote it. —————————————— — CreateNoiseCamera.ms …
If you could post the script that would be great. cheers
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….
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 _…
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…
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…
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…
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…
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 …