We have a big problem with the template Alias studio, because the command is carried out in the bin folder of Alias Studio whereas for this to work it is necessary that the command is executed in the project folder.
How to modify the template so that it is executed in the project folder ????
the template can be modified adding a new folder selector:
– ADD AFTER THE FOLLOWING LINE(39)
aliasFile = MTemplateAPI.MTemplateItemFile(“ALIASFILENAME”,”Scene file”,”Specifies the Alias studio scene file to render”,””,0,1,1,”*.sdl;*.*”)
the following
aliasFolder = MTemplateAPI.MTemplateItemFolder(“ALIASPROJECT”,”Project path”,”Specified the project path to start the render from”. “”.0,1,1)
– ADD AFTER THE FOLLOWING LINE (47)
self.addSubmissionItem(aliasFile)
Be sure to select the Alias file or folder from a drive mapping, launching from a direct network location (\\server\\…) may not work…
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
We use cookies to ensure that we give you the best experience on our website Cookies are also used to send anonymous browsing data to Google Analytics. We give you the option to Refuse our cookies.