You need to reference the other rollout like in the following example test1.txt_Source.text, this is one way, and another would be to just pass it to …
Seems like the only way to do it is to send the job to the queue but not to save the image and to add a postrender callback which will save the image …
Thanks Ken for the reply! I’ve looked at J_man’s script and that’s roughly how I send it too. It still doesn’t solve the problem I have. I’ll research…
So am I the only one who did this? Nobody else had to submit only one still to render over the network?
Never tried it but you can get the position of your target vert and asign it to your source vert. The only problem I see is on how to get the verts in…
The way I usually work with filestreams is to get all the info in the file in a string, filter it or do whatever it needs to be done to it, and write …
Try avoiding using “$” for curent selection in scripts. Use “selection” instead. For more info, check on the bottom of the “Pathname Literals” page in…
What I usually do when running larger scripts is to disableSceneRedrawfont=‘Courier New’[/font] in the beginning of the script and enableSceneRedrawfo…
Use “format” instead of print. I cannot try it now but from what I remember I never had that issue with format.
Search the MaxScript Reference for “Interface: LayerProperties”
Here is a piece of code that will load the “3dsmax.scanline.no.advanced.lighting.draft.rps” from Max’s renderpresets folder into the Production render…
You are totally right! I should have payed more attention to the reference. Thanks again!