How to include 'Grain' in george-scripting
-
- Posts: 19
- Joined: 26 Dec 2011, 14:47
How to include 'Grain' in george-scripting
Hello,
i am trying to customize a number of tools by creating my own panel and defining my own actions. Mostly with 'grab current tool...' But i have noticed that not all aspects that define a 'brush' or pencil are incorporated in that action. In my case i want to use a specific pencil for sketching and need the grain to be 'Hard' not 'soft'. but grain is not taken into account when using 'Grab current tool...' i have looked at the syntax for george-scripting but did not find syntax to set the grain. Can you help me out?
Kind regards,
Griet Bertels
i am trying to customize a number of tools by creating my own panel and defining my own actions. Mostly with 'grab current tool...' But i have noticed that not all aspects that define a 'brush' or pencil are incorporated in that action. In my case i want to use a specific pencil for sketching and need the grain to be 'Hard' not 'soft'. but grain is not taken into account when using 'Grab current tool...' i have looked at the syntax for george-scripting but did not find syntax to set the grain. Can you help me out?
Kind regards,
Griet Bertels
Re: How to include 'Grain' in george-scripting
Hello Griet,
You're right... that's weird, the configuration should be taken in consideration when grabbing a tool. Stay tuned, maybe it is a bug
You're right... that's weird, the configuration should be taken in consideration when grabbing a tool. Stay tuned, maybe it is a bug
- Paul Fierlinger
- Posts: 8100
- Joined: 03 May 2008, 12:05
- Location: Pennsylvania USA
- Contact:
Re: How to include 'Grain' in george-scripting
Sandra has already reported this bug (as an act of sexism).
Paul
http://www.slocumfilm.com
Desktop PC Win10-Pro -64 bit OS; 32.0 GB RAM
Processor: i7-2600 CPU@3.40GHz
AMD FirePro V7900; Intuos4 Wacom tablet
http://www.slocumfilm.com
Desktop PC Win10-Pro -64 bit OS; 32.0 GB RAM
Processor: i7-2600 CPU@3.40GHz
AMD FirePro V7900; Intuos4 Wacom tablet
Re: How to include 'Grain' in george-scripting
Paul Fierlinger wrote:Sandra has already reported this bug (as an act of sexism).
Re: How to include 'Grain' in george-scripting
Yes indeed..several times and the fellows, surprisingly, do not seem to notice. Thanks LadiesPaul Fierlinger wrote:Sandra has already reported this bug (as an act of sexism).
Sandra S. Fierlinger
- Paul Fierlinger
- Posts: 8100
- Joined: 03 May 2008, 12:05
- Location: Pennsylvania USA
- Contact:
Re: How to include 'Grain' in george-scripting
It's the nature of the fellow's beast.
Paul
http://www.slocumfilm.com
Desktop PC Win10-Pro -64 bit OS; 32.0 GB RAM
Processor: i7-2600 CPU@3.40GHz
AMD FirePro V7900; Intuos4 Wacom tablet
http://www.slocumfilm.com
Desktop PC Win10-Pro -64 bit OS; 32.0 GB RAM
Processor: i7-2600 CPU@3.40GHz
AMD FirePro V7900; Intuos4 Wacom tablet
-
- Posts: 19
- Joined: 26 Dec 2011, 14:47
Re: How to include 'Grain' in george-scripting
ok, i'll stay tuned...
Re: How to include 'Grain' in george-scripting
bug confirmed in the v10.0,
also, the Magic Number 19 which used to toggle the 2 pencil modes (Grain = Soft /Hard)
is still working in v9.5, but doesn't work anymore in v10.0 .
also, the Magic Number 19 which used to toggle the 2 pencil modes (Grain = Soft /Hard)
is still working in v9.5, but doesn't work anymore in v10.0 .
Re: How to include 'Grain' in george-scripting
add the following line to your stored pencil tool button, forcing the Grain to be what you want.
0 = soft
1 = hard
Sven
tv_Pencil Grain 10 = soft
1 = hard
Sven
-
- Posts: 19
- Joined: 26 Dec 2011, 14:47
Re: How to include 'Grain' in george-scripting
Thank you very much, works like a charm!!
Kind regards,
Griet
Kind regards,
Griet