I am just looking for a way to get the information for the "custom" draw mode - which is used for the "magic eraser" tools in the Sketch Panels for example.
Magic Red Eraser contains a command that looks like this:
Code: Select all
tv_custommode 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 -1 0 0 1 0
There is a command tv_getDrawMode - however it only tells us that the draw mode is "custom" without providing the info to restore it to its specific original value.
I poked around and found tv_pixelMatrix, which certainly looks like those precious numbers I am after: http://wiki.tvpaint.com/index.php?title=Tv_PixelMatrix
...but the command on it's own gives no result so I can't use that to get the information either.
Is there any way to get the info for tv_custommode? It really feels like the tv_getActivetool command is incomplete without accounting for these types of tool.
Thanks!
David