Android : Use Touch for Canvas Zoom Only
Posted: 24 Dec 2021, 22:17
By "zoom" of course I mean pan, rotate, and scale...
Personally, moving the canvas is the only thing I can see myself using touch for in TVPaint. I'd be interested to know what else other people use touch for or whether there is anything else that benefits from touch gestures in TVPaint.
Would it be possible in a future version to have the option of "use touch for canvas zoom only"? It is is basically the same as "stylus only" mode but it makes an exception for touch gestures for canvas manipulation. This way the app doesn't need to sort out the ambiguity of whether a touch was meant to draw or to move the canvas (it would just always mean move the canvas). It would also mean that the worst that could happen from an accidental touch would be to move the canvas in some way - which is usually no big deal even when undetected.
It could also be great to apply the same principle to the timeline: If touch is used - either scroll or zoom timeline, depending on gesture. For example:
- Two finger move -> scroll/pan timeline
- Two finger pinch -> zoom timeline
- One finger move -> move cursor/ scrub frames
I guess the general idea here is to thoughtfully allow touch for specific functions in TVPaint instead of globally enabling or disabling it.
Personally, moving the canvas is the only thing I can see myself using touch for in TVPaint. I'd be interested to know what else other people use touch for or whether there is anything else that benefits from touch gestures in TVPaint.
Would it be possible in a future version to have the option of "use touch for canvas zoom only"? It is is basically the same as "stylus only" mode but it makes an exception for touch gestures for canvas manipulation. This way the app doesn't need to sort out the ambiguity of whether a touch was meant to draw or to move the canvas (it would just always mean move the canvas). It would also mean that the worst that could happen from an accidental touch would be to move the canvas in some way - which is usually no big deal even when undetected.
It could also be great to apply the same principle to the timeline: If touch is used - either scroll or zoom timeline, depending on gesture. For example:
- Two finger move -> scroll/pan timeline
- Two finger pinch -> zoom timeline
- One finger move -> move cursor/ scrub frames
I guess the general idea here is to thoughtfully allow touch for specific functions in TVPaint instead of globally enabling or disabling it.