Page 1 of 1

Bug in TVPaint 11.5.0 tv_setactiveshape? "Fill", "Range" and "Contiguous" Doesn't work.

Posted: 13 Apr 2021, 07:39
by TheQuestionMark
Bug in TVPaint 11.5.0 tv_setactiveshape? Range and Contiguous Doesn't work.

Code: Select all

tv_setactiveshape cutflood contiguous 0 range 21 aaliasing  1 optimize 1 fill 1
Is this correct?

Re: Bug in TVPaint 11.5.0 tv_setactiveshape? "Fill", "Range" and "Contiguous" Doesn't work.

Posted: 15 Apr 2021, 15:56
by Xavier
TheQuestionMark wrote: 13 Apr 2021, 07:39 Bug in TVPaint 11.5.0 tv_setactiveshape? Range and Contiguous Doesn't work.

Code: Select all

tv_setactiveshape cutflood contiguous 0 range 21 aaliasing  1 optimize 1 fill 1
Is this correct?
Sorry for the late answer. Actually yes, you're right: the 'contiguous', 'range', and 'aaliasing' parameter are not available for the cutflood. We'll add them in the next release.

Yet the "fill" parameter name doesn't make sense, since it's a select tool. I'll change it to "match" like the magic wand select tool.