Hello,
I’m attempting to write a script which uploads an obj from a specific file path. I created a separate .zvr for the file path, in the event it needs to be changed in the future. The script seems to load without any issues. but when ran, nothing seems to happen. Is the script below the proper way to do this?
//Loads variable .zvr containing the address. RetopoFolderLoc.zvr simply contains address (SC:\Users\xxx\Documents\Retopo Repository ) and the Retopo Repository folder contains test.obj.
[VarLoad,RetopoFolderLoc,“RetopoFolderLoc.zvr”]
//Makes ready an obj to load upon IPress Import
[FileNameSetNext, test.obj]
//Loads in obj
[IPress, Tool:Import]
Thanks for the Help,
Log