Here’s some compositing functions you guys might find useful if you ever have to do any straight composites with render passes. No comments because I’…
It really depends on how this animation is going to be presented. If you’re using it in a webpage context, you’d probably want to use something like …
ok figured out you should be using “format” instead of just “print” like: for obj in $ do ( format “% : X:% Y:% Z:% ” obj.name obj.pos.x obj.pos.y ob…
Try this: —–code—– outputFile = createFile “output.txt” for obj in $ do ( print obj.pos to:outputFile ) close outputFile —–/code—– […
Carlos’ script would work, but it would be a real pain for exporting more than a few objects, having to type in a filename for each one. If you’re dea…
this is a quote directly from the listing for the script: Extract the .zip and copy all files to the specified directories, restart Max and you will …