Increase and decrease size and opacity in steps

Share your custom panels, brushes, papers... (you need to be registered to read posts in this section)
User avatar
KenC
Posts: 174
Joined: 14 Aug 2009, 09:28
Location: Denmark

Re: Increase and decrease size and opacity in steps

Post by KenC »

I'm still using my trusty IBM Model M keyboard, I think I had it for over 20 years now and it was used when I got it, built like a tank. This thing has had countless cups of coffee spilt in it, cats knocked over various sodas on it.. took it apart each time and rinced it and it was good as new.

I'd like one of those fancy Gxx keyboards, esp. the ones with the progammable display, but I know it's not going to last long here. My DX1 is off to the side so it's been safe so far :D
There's no place like ~/
User avatar
masterchief
Posts: 237
Joined: 07 May 2008, 12:23
Location: Chicago, IL
Contact:

Re: Increase and decrease size and opacity in steps

Post by masterchief »

Here is the Shuttle PRO v2 from Contour Design currently listed at $109 USD.

There are set of nine keys at the top and four more at the bottom with two side keys. The jog wheel is centered inside of spring loaded shuttle wheel. I have three setups for use with TVP.. Drawing, Editing, and Animating. I page through these different setups using the side keys... left key is for previous page, right key is for next page. Popup at system tray at bottom of screen to tell you what setup page is currently active.

So, when in Drawing mode I use jog wheel to increase/decrease brush size. When in editing mode I use jog/shuttle wheels to move forward/backward through frames.. you get the idea!

Shuttle PRO knows what setup to use because of Windows focus. All software on your computer can be setup for use with this device. This is NOT a mouse! It only provides additional hotkeys for your use.

I am left handed. I have my tablet in front of me, stylus in my left hand, Shuttle PRO right side of my Intuous4, optical mouse sitting next to Shuttle PRO. My Logitech G11 keyboard sits in keyboard tray. Gateway widescreen notebook sits on shelf elevated above the Intuous4. It works for me

regards,
William
Shuttle Pro v2 switch settings
Shuttle Pro v2 switch settings
TVP9 switch settings.png (80.25 KiB) Viewed 1842 times
Attachments
Shuttle PRO v2 jog wheel settings
Shuttle PRO v2 jog wheel settings
TVP9 Drawing.png (79.44 KiB) Viewed 1842 times
Shuttle PRO v2
Shuttle PRO v2
TVPaint Animation Pro v11
User avatar
Sewie
Posts: 1309
Joined: 18 Jun 2008, 11:57
Location: The Netherlands, Europe
Contact:

Re: Increase and decrease size and opacity in steps

Post by Sewie »

Thanks for explaining, William.
Michael Sewnarain - Website
Windows 11/64b Pro - TVP11.7.0 & 11.7.1 - Pro/64b - Cintiq32 Pro - Intel i7-12700K - 64Gb RAM
Elodie
Posts: 13913
Joined: 06 Jan 2009, 09:53
Location: Metz

Re: Increase and decrease size and opacity in steps

Post by Elodie »

Woh, that's crazy ! I didn't knew such a thing does exist, if must be really efficient ! :D
User avatar
masterchief
Posts: 237
Joined: 07 May 2008, 12:23
Location: Chicago, IL
Contact:

Re: Increase and decrease size and opacity in steps

Post by masterchief »

It is very efficient with both sound and video... use jog/shuttle wheels for editing...
It will work for all of your software hotkeys by recognizing application with current window focus.

Is there are way to switch TVP keymaps on the fly? That would work very nicely with Shuttle PRO concept
TVPaint Animation Pro v11
User avatar
KenC
Posts: 174
Joined: 14 Aug 2009, 09:28
Location: Denmark

Re: Increase and decrease size and opacity in steps

Post by KenC »

You could create a small script with autohotkey that fired of the right keys to load the key editor and click the load button to load different keymaps.

That would be relatively simply with AHK, it's my swiss army knife, there's not much you can't automate with it.
There's no place like ~/
User avatar
masterchief
Posts: 237
Joined: 07 May 2008, 12:23
Location: Chicago, IL
Contact:

Re: Increase and decrease size and opacity in steps

Post by masterchief »

TVP keymaps affect operation of TVP and I would like to stay internal to TVP all the way with this. AHK macros are nice for workarounds where there are no other viable solutions, but present need for additional consideration since they affect all applications. I see that there is updated version of AHK... will install it and see what happens
TVPaint Animation Pro v11
User avatar
KenC
Posts: 174
Joined: 14 Aug 2009, 09:28
Location: Denmark

Re: Increase and decrease size and opacity in steps

Post by KenC »

Just wrap your script and keycode triggers like this:

#ifWinActive ahk_class TVP Animation 9 Pro
{
NumLock::
{
Send {control down}p{control up}
Sleep, 100
return
}
}

Then the script will only trigger when TVPaint has the front focus.
There's no place like ~/
User avatar
masterchief
Posts: 237
Joined: 07 May 2008, 12:23
Location: Chicago, IL
Contact:

Re: Increase and decrease size and opacity in steps

Post by masterchief »

interesting....

I wonder if Rooms in TVP9PRO can be used to swap keymaps???
TVPaint Animation Pro v11
User avatar
Peter Wassink
Posts: 4283
Joined: 17 Feb 2006, 15:38
Location: Amsterdam
Contact:

Re: Increase and decrease size and opacity in steps

Post by Peter Wassink »

masterchief wrote:interesting....

I wonder if Rooms in TVP9PRO can be used to swap keymaps???
each room can have its own keyboard short cuts if thats what you mean?
Peter Wassink - 2D animator
• PC: Win11/64 Pro - AMD Ryzen 9 5900X 12-Core - 64Gb RAM
• laptop: Win10/64 Pro - i7-4600@2.1 GHz - 16Gb RAM
User avatar
masterchief
Posts: 237
Joined: 07 May 2008, 12:23
Location: Chicago, IL
Contact:

Re: Increase and decrease size and opacity in steps

Post by masterchief »

not necessarily....
Lets take the 'A' key as an exmaple... I assign a shortcut to that key and SAVE the keyboard map as a file because I have changed the DEFAULT mappings.
I change the shortcut for the letter 'A' again and save the keyboard map as a different file. The only way to gain access to these multiple shortcuts is by swapping Keyboard map files.
TVPaint Animation Pro v11
Post Reply