Search found 4 matches

by iLLiCiT
22 Feb 2023, 09:16
Forum: George scripting
Topic: Layer opacity
Replies: 0
Views: 13346

Layer opacity

I found out that opacity value returned from `tv_layerinfo` always return `0`.

Now I'm using `tv_layerdensity` which returns previous value so its usable, but this approach requires to set layer as "current layer".
by iLLiCiT
19 Jan 2021, 12:12
Forum: George scripting
Topic: How to load audio(sound)
Replies: 5
Views: 4540

Re: How to load audio(sound)

Interesting findings. I tried to load a sound only in TVPaint 11.0.6-32bit. But now I've tried it in TVPaint 11.0.10-64bit where it works. Seems like it does not work in 11.0.6 patch version.
by iLLiCiT
19 Jan 2021, 11:40
Forum: George scripting
Topic: How to load audio(sound)
Replies: 5
Views: 4540

Re: How to load audio(sound)

> Importing sound with george can be tricky It is :) . Thank's for advice but it did not help. The issue is that both tv_SoundProjectNew and tv_SoundClipNew do nothing and their result is set to empty string (not an integer) so with the script you gave me it get stuck in endless loop. To catch the s...
by iLLiCiT
13 Jan 2021, 16:38
Forum: George scripting
Topic: How to load audio(sound)
Replies: 5
Views: 4540

How to load audio(sound)

Hi, I couldn't figure out how to load audio into TVPaint(TVPaint 11.0.6-32bit) using George script. Is there someone who would help me? I need to know how to load audio file (From path like: "C:/files/audio/my_file.wav"). I've tried "tv_SoundProjectNew [iPath]" and "tv_Sound...