Search found 38 matches
- 01 Oct 2015, 02:57
- Forum: Feature & Improvement requests
- Topic: value snapping for drag buttons
- Replies: 0
- Views: 10144
value snapping for drag buttons
I'd like to have the ability to use use a modifier key (shift, alt, ctrl etc) to alter the way the drag value buttons work for things like size, opacity, etc. The way it is now I have to click and drag several times to make large changes in values. I know I can just click on the value and edit it wi...
- 27 Sep 2015, 02:24
- Forum: Feature & Improvement requests
- Topic: Pressure curve for animated custom brush
- Replies: 1
- Views: 8703
Pressure curve for animated custom brush
I'd like to see an option to use a profile curve for animated custom brushes when animation is set to "pressure" as it is now the animation is linear and extra steps or frames need to be added to the animation to correct for applications where a non linear transition across the pen pressur...
- 26 Sep 2015, 23:53
- Forum: Feature & Improvement requests
- Topic: Brush History Matrix george access
- Replies: 0
- Views: 9659
Brush History Matrix george access
Having recently upgraded from version 9 to version 11 I'm finding lots of nifty new features that are making most of my workarounds obsolete. One thing I wouldn't mind having more control over is the brush history matrix. The get last brush keyboard shortcut is great for switching between two simila...
- 24 Sep 2015, 01:07
- Forum: George scripting
- Topic: Finding the UserString in a file
- Replies: 8
- Views: 2732
Re: Finding the UserString in a file
The config file exists in the user/appdata/roaming/tvp animation 11 pro folder on windows 7, not sure where it would be on other operating systems. Writing into and reading from the config is simple enough with george. I haven't seen a way to remove entries from the config so you could potentially e...
- 03 Jul 2014, 16:12
- Forum: George scripting
- Topic: Open requester on Mouse
- Replies: 2
- Views: 1358
Open requester on Mouse
Is it possible to open or move a requester to a specific x y coordinate using george? I want to have a requester that is not a list pop up under the mouse instead of the center of the screen much like the list requester does currently. Please forgive me if I'm missing something obvious. 

- 01 Jul 2014, 23:26
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
never mind I worked it out
Just needed to add "script=Startup.grg" to the shortcut used to launch TVPaint and all is well...

Just needed to add "script=Startup.grg" to the shortcut used to launch TVPaint and all is well...
- 01 Jul 2014, 11:37
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
Thanks lemec! Unfortunately I can't seem to get my Startup.grg script to work. Is this a limitation of the standard version of TVP? The manual where I found the info for this feature was for the "pro" version I believe. I tried the George folder in my config folder and the install location...
- 30 Jun 2014, 23:41
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
is it possible to open the ppalete panel through george script? If so I could just use a start up script to open it each time I start a new session.
- 30 Jun 2014, 23:39
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
hmm... that doesn't seem to have changed the behavior on my end. If I manually edit the config file I can get tvpaint to open with ppalette open but when I close tvpaint the changes to the config are overwritten back to there original state. second line in the Perceptual Pallet section of the config...
- 30 Jun 2014, 14:34
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
I'm still on v.9, the most recent version available but don't recall the exact version number. it seems to remember the position just fine but I have to toggle it back on every time I relaunch. I will have to take a look and see if I can find the "Always keep the same configuration" settin...
- 29 Jun 2014, 16:36
- Forum: Packs, Plugins, Third Party
- Topic: PPalette 7.50 (Mac/PC)
- Replies: 76
- Views: 472913
Re: PPalette 7.50 (Mac/PC)
Is there a way to keep ppalette open between sessions (so it's open by default when starting tvpaint)? It appears to be changing the config file during exit to switch it's visible state off. Making the config file read only solves that but it causes tvpaint to crash on exit.
- 17 Sep 2013, 03:17
- Forum: George scripting
- Topic: setting flipbook duration via George?
- Replies: 0
- Views: 1136
setting flipbook duration via George?
Does anyone know if it's possible to set the flipbook duration via George? I didn't see anything on the wiki but I'm thinking that might not be a complete list of available commands.
- 16 Sep 2013, 14:59
- Forum: George scripting
- Topic: Pause? does the command work?
- Replies: 4
- Views: 1576
Re: Pause? does the command work?
arg!
Just came across this issue myself, glad I was able to find some info about it not working but I would have preferred to have learned I was just using wrong. Any other ideas how one could accomplish this without brute force execution loops?
Just came across this issue myself, glad I was able to find some info about it not working but I would have preferred to have learned I was just using wrong. Any other ideas how one could accomplish this without brute force execution loops?
- 15 Sep 2013, 16:41
- Forum: Packs, Plugins, Third Party
- Topic: RockNRoll 1.66
- Replies: 8
- Views: 81229
Re: RockNRoll 1.66
I could just be over looking something but it appears that the the "RockNRoll.PIE" file and custom tool bin file are not included here?
- 26 Sep 2011, 16:17
- Forum: George scripting
- Topic: TVPaint SDK/George documentation?
- Replies: 5
- Views: 1535
Re: TVPaint SDK/George documentation?
I think I was trying to make a simple problem difficult. It was much easier to create an action button with both keyboard commands stacked together. Both keyboard commands will only work if the appropriate tool is active so having them both activate with a single button appears to work just fine. I ...