I am trying to understand why I have this difference formatting file paths between tv_loadsequenceand tv_saveproject.
Note : the .grg script part are from the script : tvp_test.grg
tv_saveproject
cmdline :
Code: Select all
"C:\Program Files\[...] Animation 11.5 Pro (64bits).exe" "cmd=tv_WriteUserString VfxConfig ProjectFullPath A:\work\jeremyb\test_script\tvpaint\test_file.tvpp" "script=A:\work\jeremyb\test_script\tvpaint\tvp_test.grg"
Code: Select all
tv_ReadUserString "VfxConfig" "ProjectFullPath" ""
projectFullPath = result
tv_saveproject projectFullPath
BUT if i save my project with
Code: Select all
tv_ReadUserString "VfxConfig" "ProjectFullPath" ""
projectFullPath = '"'result'"'
tv_saveproject projectFullPath
tv_loadsequence
cmdline :
Code: Select all
"C:\Program Files\[...] Animation 11.5 Pro (64bits).exe" "cmd=tv_WriteUserString VfxConfig PlayblastFullPath A:\work\jeremyb\test_script\tvpaint\playplast\sht0020.mov" "script=A:\work\jeremyb\test_script\tvpaint\tvp_test.grg"
Code: Select all
result or '"'result'"'