George frame rate amd start frame

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

George frame rate amd start frame

Post by Mads Juul »

is it possible through George to set the Project frame rate and the Project start frame?

-mads
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Re: George frame rate amd start frame

Post by Hervé »

madsjuul wrote:is it possible through George to set the Project frame rate and the Project start frame?

-mads
to change the frame rate:
tv_framerate 12.5 [timestretch]

to set the start frame, you must create a new project
tv_projectnew "project name" width height aspectratio framerate lower/upper/none startframe
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Post by Mads Juul »

Is it possible to make a new project from an Photoshop file through George
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Post by Hervé »

madsjuul wrote:Is it possible to make a new project from an Photoshop file through George
tv_loadproject "myproject.psd"
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Post by Mads Juul »

Cool thank you .-)

but I cant change the start frame of a loaded psd file?
the its a feature request



And I have A problem with the tv_RegFile it always opens in my home directory. i have type this though


Code: Select all

tv_ReqFile "Get PSD File|C:\PSD\"
?Mads
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Post by Hervé »

madsjuul wrote: but I cant change the start frame of a loaded psd file?
the its a feature request
It's a problem, we need a new cmd.
madsjuul wrote:And I have A problem with the tv_RegFile it always opens in my home directory. i have type this though

Code: Select all

tv_ReqFile "Get PSD File|C:\PSD"
remove the double cote
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Post by Mads Juul »

If I type this:

Code: Select all

tv_ReqFile GetPSDFile|C:\PSD\
I get this Error:

ERROR:unexpected char in an expression

??mads[/quote]
User avatar
Hervé
Site Admin
Posts: 3490
Joined: 08 Feb 2006, 17:00
Location: Metz France
Contact:

Post by Hervé »

madsjuul wrote:

Code: Select all

tv_ReqFile GetPSDFile|C:\PSD\
OK, this cmd work here with the double cote in a GRG script

Code: Select all

tv_ReqFile "Get PSD File|C:\windows|mydefaultname|*.psd"
the path MUST EXISTS
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Post by Mads Juul »

Strange this doesnt work on my computer?

-mads
User avatar
Mads Juul
Posts: 3992
Joined: 02 May 2007, 19:18

Post by Mads Juul »

Ok I think I found the Bug if I use the SYSTEM file Requester It always opens in the user homedir but the TVPaint file requester opens where the script tells it to I guess its a bug.
Post Reply