Tv ProjectInfo

From TVPaintWiki
Jump to: navigation, search

<<<George<<<Command Reference<<<Project

tv_ProjectInfo id(optional)

Gives 7 informations about the project with identifier id. This information includes the name, width, height, aspect ratio, frame rate, field mode and start frame. The name value contains the project name. The width value indicates the horizontal size in pixel. The height value indicates the vertical size in pixel. The aspect ratio value indicates the aspect ratio of the project. The frame rate value indicates the frame rate of the project. The field mode indicates if the project contains no field (NONE), odd first (ODD) or even first (EVEN). The start frame value indicates the starting frame in frame (no time code).

if No id is giving the Command will return the info of the Current project

Code

Parsing the Info of the Current Project

tv_ProjectInfo
PARSE result projectname projectwidth projectheight projectpixelaspect projectframerate projectfield projectprojectstartframe