Difference between revisions of "Tv FlipsModify"

From TVPaintWiki
Jump to: navigation, search
(Created page with '<<<George<<<Command Reference<<<Flips tv_flipsmodify flipID [options] == options== "name" TheNameOfTheFlip "lo…')
 
 
Line 15: Line 15:
 
  // returns the last paramters values
 
  // returns the last paramters values
 
  // returns < 0 if error
 
  // returns < 0 if error
 +
 +
 +
 +
New parameters for tv_flipsadd and tv_flipsmodify : "limitmarks" and "keymarks"
 +
Allows to select the color of the imagemarks for the limits and/or keys parameters of the flip
 +
examples :
 +
 +
* to use all marks
 +
tv_flipsmodify FlipID limittype imagemarks limitmarks all
 +
 +
 +
* to use only marks of the 4th color
 +
tv_flipsmodify FlipID limittype imagemarks limitmarks 4

Latest revision as of 11:58, 6 September 2015

<<<George<<<Command Reference<<<Flips

tv_flipsmodify flipID [options]


options

"name" TheNameOfTheFlip
"loop" 1|0
"outofpegs" 1|0
"limittype" "none|clip|layer|bookmarks|imagemarks|markinout"
"limitleft" value ( ex: 42 )
"limitright" value ( ex: 42 )
"keystype" "all|instances|bookmarks|imagemarks"
// returns the last paramters values
// returns < 0 if error


New parameters for tv_flipsadd and tv_flipsmodify : "limitmarks" and "keymarks" Allows to select the color of the imagemarks for the limits and/or keys parameters of the flip examples :

  • to use all marks
tv_flipsmodify FlipID limittype imagemarks limitmarks all


  • to use only marks of the 4th color
tv_flipsmodify FlipID limittype imagemarks limitmarks 4