I think I have uncovered a little glitch with the "tv_restorebrush" command. To make a long story short:
Code: Select all
tv_restorebrush animinvert 1
Other properties, such as
Code: Select all
tv_restorebrush size 50
Any insights?
Code: Select all
tv_restorebrush animinvert 1
Code: Select all
tv_restorebrush size 50
It might be that.spyderheart wrote: ↑08 Mar 2018, 03:56The problem only arises in TVPaint Standard version. I've tested this with the Pro demo and it behaves exactly as expected.
A little further testing also showed that many, perhaps all, of the problems I've been posting in the George discussion board related to tv_restorebrush - do not affect the Pro version.
Hi David,spyderheart wrote: ↑13 Jun 2018, 17:47 Could be related:
http://forum.tvpaint.com/viewtopic.php?f=34&t=11817
Can't decide which board this belongs in (George or technical) but I want to make sure the right people are reading it. I'm encountering problems in George that may point to larger, undocumented differences between 64-bit and 32-bit (maybe).
Thanks Sven. I got all excited about your suggestion thinking that must be it! But alas, results show otherwise. I tried both the following:Svengali wrote: ↑14 Jun 2018, 00:25 Be sure you use tv_BrushRestore NOT tv_RestoreBrush. ( I only work in TVPaint Pro 11 64 bit so I can't really test if there is a difference in 32 bit or standard but I think the optional command tv_RestoreBrush may be handled differently in the 32 and 64 versions or the standard and Pro versions.) If you run a test and find a difference (or even if you don't find a difference) in how the two versions of the command are handled... please post your results.
Code: Select all
tv_restoreBrush animinvert 1
tv_brushRestore animinvert 1
I'll have to look through this one a little more thoughtfully. Something is clearly broken - but if we can know exactly how it is broken, we can account for it in george.Svengali wrote: ↑14 Jun 2018, 00:25 In the Tool:Custom Brush panel, the Anim parameter window permits you to set THREE! different parametric catagories!
1. how the AnimBrush displays: None, Once, Start&Once, Loop, Ping-pong, Random, Random&Loop, Start&Loop, Random&Hold, Fade
2. set an aspect of stylus functionality: Pressure, Speed, Direction, Tilt, Twist, Azimuth, Altitude
3. set or unset the AnimInvert parameter which affects the chosen stylus functionality.
Unfortunately, mixing all of these setting options through the ANIM parameter gets confusing - for example, you can wind up with the ANIM display showing -None, or -Ping-Pong in which a minus sign really makes no sense. When you set Stylus functionality, you cancel display of the active ANIM parameter. Confusing to say the least, though in effect, the previous ANIM parameter remains active (I think).