George frame rate amd start frame
Posted: 15 Oct 2007, 13:09
is it possible through George to set the Project frame rate and the Project start frame?
-mads
-mads
TVPaint boards for technical support, requests and discussions about animation.
http://tvpaint.net/forum/
to change the frame rate:madsjuul wrote:is it possible through George to set the Project frame rate and the Project start frame?
-mads
tv_loadproject "myproject.psd"madsjuul wrote:Is it possible to make a new project from an Photoshop file through George
Code: Select all
tv_ReqFile "Get PSD File|C:\PSD\"
It's a problem, we need a new cmd.madsjuul wrote: but I cant change the start frame of a loaded psd file?
the its a feature request
remove the double cotemadsjuul wrote:And I have A problem with the tv_RegFile it always opens in my home directory. i have type this thoughCode: Select all
tv_ReqFile "Get PSD File|C:\PSD"
Code: Select all
tv_ReqFile GetPSDFile|C:\PSD\
OK, this cmd work here with the double cote in a GRG scriptmadsjuul wrote:Code: Select all
tv_ReqFile GetPSDFile|C:\PSD\
Code: Select all
tv_ReqFile "Get PSD File|C:\windows|mydefaultname|*.psd"