Search found 77 matches
- 26 Jan 2015, 18:41
- Forum: George scripting
- Topic: Sound Alert
- Replies: 3
- Views: 1020
Re: Sound Alert
OK. I always do other things while script does its job. Sound alert will be good for someone like me.
- 25 Jan 2015, 04:14
- Forum: George scripting
- Topic: Sound Alert
- Replies: 3
- Views: 1020
Sound Alert
Hello. Is it possible to make sound alert ?
I use tv_warn and tv_ListRequest to notify that script is finished but sound alert is much better for me.
I use tv_warn and tv_ListRequest to notify that script is finished but sound alert is much better for me.
- 04 Jan 2015, 16:41
- Forum: George scripting
- Topic: Store visibility status of all layers and reuse it
- Replies: 3
- Views: 1082
Re: Store visibility status of all layers and reuse it
To Paul Thank you for your comment, but Layer Attenuation is not what I need. I need to isolate more than 2 layers and add some quick fixes all the time, so I need to store layer visibility status. To Svengali Yes! It's what I wanted. And thank you for your info. I read a topic where you talked abou...
- 04 Jan 2015, 06:27
- Forum: George scripting
- Topic: Store visibility status of all layers and reuse it
- Replies: 3
- Views: 1082
Store visibility status of all layers and reuse it
Hello. I want to record visibility status of all layers and reuse it. I want to do something like those scripts.Those scripts wont't work, but at least it will explain what I want to do. Script A loop= 1 i= 0 WHILE loop tv_LayerGetID i curLID= result IF CMP(curLID,"NONE")==0 tv_layerSet cu...
- 25 Dec 2014, 10:44
- Forum: Technical Support
- Topic: About Keyboard Shortcut "Right Mouse Button"
- Replies: 0
- Views: 8402
About Keyboard Shortcut "Right Mouse Button"
I found this shortcut item "Right Mouse Button" and tried to use it, but it didn't anything. What this shortcut does and how to use it?
I am using wacom pentablet and can't use Right Mouse Button, so If I can use it with Keyboard, It' s really useful.
I am using wacom pentablet and can't use Right Mouse Button, so If I can use it with Keyboard, It' s really useful.
- 25 Dec 2014, 10:35
- Forum: Contents Sharing
- Topic: George : PickColorAlpha
- Replies: 6
- Views: 28167
Re: George : PickColorAlpha
This script is really useful and I always use it. Thank you Manuel. But this script has a flaw. You use this script and try to pick color with left mouse button and If you click a place where there is no color(R 0 G 0 B A 0) or click the tool panel or something that has no color, this script gets co...
- 18 Dec 2014, 22:12
- Forum: George scripting
- Topic: Change line colour
- Replies: 40
- Views: 30445
Re: Change line colour
ah I didn't know the script. It looks nice. I will use it. Thank you!
- 18 Dec 2014, 22:00
- Forum: George scripting
- Topic: magic ereaser blue 50%
- Replies: 6
- Views: 2733
Re: magic ereaser blue 50%
I didn't know geroge can control alpha value of Blue channel.
By the way, is it possible to fill only transparent areas(alpha value 0) with specific colors?
By the way, is it possible to fill only transparent areas(alpha value 0) with specific colors?
- 18 Dec 2014, 21:23
- Forum: George scripting
- Topic: Change line colour
- Replies: 40
- Views: 30445
Re: Change line colour
I agree. I am using actions with basic scripts to change line color, but my color choices are limited. My action does Select All Images and execute one of those scripts. Red tv_cmd Heads tv_pixelmatrix 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 Green tv_cmd Heads tv_pixelmatrix 0 0 0 0 0 0 0 0 1 0 0 0 ...
- 16 Dec 2014, 17:11
- Forum: Technical Support
- Topic: What is the best way to find unpainted area in TVPaint?
- Replies: 23
- Views: 53268
Re: What is the best way to find unpainted area in TVPaint?
Maybe there is no need to know what I am doing right now, but I will explain. This aliased image has tiny holes and it's hard to find, so I make a new layer and fill those holes using Filled Rectangle with Fill inside option checked. R1.png And here is the result R2.png R2_c.png Those holes are fill...
- 16 Dec 2014, 12:19
- Forum: Technical Support
- Topic: Double Click speed of my pen tablet is so tricky
- Replies: 33
- Views: 63485
Re: Double Click speed of my pen tablet is so tricky
Thank you. I will increase undo size.
- 16 Dec 2014, 03:51
- Forum: Technical Support
- Topic: Double Click speed of my pen tablet is so tricky
- Replies: 33
- Views: 63485
Re: Double Click speed of my pen tablet is so tricky
You found it? Great. I logged keyboard typing history but I couldn't find anything strange, but I guess this glitch has something to do with canvas rotation(alt + ctrl + left click) or zoom in and out(alt+right click) + aliased pen tools.This glitch always starts when I use aliased pen and both mous...
- 16 Dec 2014, 03:33
- Forum: Feature & Improvement requests
- Topic: put layers on center of canvas
- Replies: 10
- Views: 22429
Re: put layers on center of canvas
This might do what you want: Create a new action in a custom panel, then cut and paste this script into the embed George script command. Param none ScriptName = "CenterAllLayers" tv_GetWidth Width = result CenterX = Width / 2 tv_GetHeight Height = result CenterY = Height / 2 tv_LayerCurre...
- 11 Jun 2014, 13:15
- Forum: Technical Support
- Topic: I can not select pure RGB colors from color picker panel.
- Replies: 3
- Views: 9873
Re: I can not select pure RGB colors from color picker panel
I updated and it works fine now. Sorry to bother you and thank you.
- 08 Jun 2014, 17:50
- Forum: George scripting
- Topic: Question about layer batch operation
- Replies: 13
- Views: 2896
Re: Question about layer batch operation
I didn't know 2 include does not work. Thank you for checking it.
Anyway, thank you for your script again.
I will use your nice opacity control script.
Your script teaches me how to handle layer elements in TVPaint and It will save tons of time for me.
Anyway, thank you for your script again.
I will use your nice opacity control script.
Your script teaches me how to handle layer elements in TVPaint and It will save tons of time for me.