Viewing 3 posts
- November 11, 2019 at 11:59 #22311Michal ZiobroParticipantPosts: 21Threads: 40Joined: Mar 2015
- November 11, 2019 at 12:08 #22411Oleksandr KramerModeratorPosts: 257Threads: 1133Joined: Aug 2009
- Add several studios.
- Create a script using an example from the file “BatchRendering Script Example.ms”
- Add this file to Batch Render Relink.
With version 3.07.40 you can use the API for specifying the desired scene for a file.
/* Example for using the Mode #BeforeOpen: Change StudioFile depends on rendered flle Note: studio must be specified in the list of studios */ if BatchPostScript != undefined and BatchPostScript.GetMode() == #BeforeOpen do ( if getFilenamePath BatchPostScript.MaxFile == @"C:\Temp\Buildings\" then ( /* Use index of studio */ BatchPostScript.StudioFile = 1 /* Or full path to studio */ -- BatchPostScript.StudioFile = @"C:\Studio for Buildings.max" ) else ( BatchPostScript.StudioFile = 2 -- BatchPostScript.StudioFile = @"C:\Studio for Furnuture.max" ) )
- November 12, 2019 at 14:06 #22501Michal ZiobroParticipantPosts: 21Threads: 40Joined: Mar 2015
thank you
Viewing 3 posts
You must be logged in to reply to this topic.