Advertisement

MaxScript question

Started by September 02, 2006 04:41 PM
0 comments, last by Kylotan 18 years, 5 months ago
I want to write a small script that will extract positions of all geometries started with name "Palletxx" where xx is the no. please help f=fopen "C:\\test2.dat" "wb"; --string $s; float m; for obj in $pallet* do m = getproperty obj obj.pos.x writefloat f m; fclose f; ============== The above code doesn't work, wanna be able to store object's locations Any better chance that I can make it? Thx Jack Thanks Jack [Edited by - lucky6969 on September 3, 2006 4:02:41 AM]
Put MaxScript questions in the Visual Arts forum. I'll move this for you this time.

This topic is closed to new replies.

Advertisement