Search found 7 matches

by MaciejGliwa
22 Jul 2018, 18:34
Forum: George scripting
Topic: How to remove exposure using George
Replies: 7
Views: 1927

Re: How to remove exposure using George

Sorry if I added spam to the forum. That was not my intention, I actually did scout through the forum and didn't see the similar thread, but I will use advanced search to look for it again. My apologies. And yes, my question was in relation to specific George solution. I know it can be done with TVP...
by MaciejGliwa
22 Jul 2018, 07:43
Forum: George scripting
Topic: How to remove exposure using George
Replies: 7
Views: 1927

How to remove exposure using George

Hi guys, I noticed there is a george command tv_ExposureAdd that allows to move exposures forward. Is there a tv_ExposureRemove command or something that would actually remove an exposure? Basically the opposite operation to ExposureAdd. I tried to put -1in the argument in the tv_ExposureAdd functio...
by MaciejGliwa
20 Jul 2018, 16:14
Forum: George scripting
Topic: Key:Layer:Exposure:DeleteInstanceHead via George script
Replies: 3
Views: 1627

Re: Key:Layer:Exposure:DeleteInstanceHead via George script

Thank you so much for the reply and code. I will try it out. Really appreciate the help!
by MaciejGliwa
19 Jul 2018, 06:12
Forum: George scripting
Topic: Key:Layer:Exposure:DeleteInstanceHead via George script
Replies: 3
Views: 1627

Key:Layer:Exposure:DeleteInstanceHead via George script

Hello,

I am trying to write a script in George which would remove "keyframes". I can do that via the Key-Layer-Exposure-Delete Instance Head command in TVPaint. Is there any George command that would allow me to implement that functionality inside of the script?

Thanks!

Maciej
by MaciejGliwa
22 Mar 2018, 23:56
Forum: George scripting
Topic: Toggle Lighttable on multiple layers from the script
Replies: 2
Views: 1156

Toggle Lighttable on multiple layers from the script

Hi Everyone! I'm trying to create an action that will toggle lighttable mode on/off for specified layers. I know there is tv_layerDisplay command that has LightTable option in it but I don't know how to use it in the script. Can someone help me? Basically I want to turn on/off onion skinning on laye...