I have an image library with a few images imported from file.
Now I wish to create guidelines in my TVPaint project file using the image files in my image library.
Manually I would do the following:
Add support image guideline: Choose the image file from the image library: Add it to the project: I had a look at the documentation: https://doc.tvpaint.com/assets/files/ge ... b5bb74.txt
Code: Select all
tv_guidelineadd "image" ["path" iPath] ["x" iX] ["y" iY] ["rotation" iAngle] ["scale" iScale] ["flip" "x"|"y"|"xy"] ["alphamode" "premultiply"|"nopremultiply"]