Search found 1092 matches

by Mads Juul
21 Oct 2015, 09:11
Forum: George scripting
Topic: TV_LoadSequence skipping duplicate frames
Replies: 3
Views: 741

Re: TV_LoadSequence skipping duplicate frames

You have to run recompute exposures after import with george

http://wiki.tvpaint.fr/index.php?title= ... teExposure
by Mads Juul
11 Oct 2015, 08:48
Forum: George scripting
Topic: Clear Selection
Replies: 2
Views: 594

Re: Clear Selection

NathanOtano wrote:Can't find a way to clear a selection with george, is it possible? Would be usefull for me
You cannot control Selections with George. I made a request here in 2012
http://forum.tvpaint.com/viewtopic.php? ... ion#p48045

Kind regards Mads
by Mads Juul
05 Oct 2015, 14:47
Forum: Technical Support
Topic: Jagged Lines
Replies: 14
Views: 33433

Re: Jagged Lines

Cool, glad i could help.

A thought to the developers.
I can see the subpixel is unchecked by default. Maybe it should be checked by default? To avoid this jagged lines?

-Mads
by Mads Juul
05 Oct 2015, 13:30
Forum: Technical Support
Topic: Jagged Lines
Replies: 14
Views: 33433

Re: Jagged Lines

Hi
Johannes

Have you tried to set tablet to "Wintab" and enable subpixels int the Edit>Preferences>General tab?

Kind Regards Mads
subpixel.JPG
subpixel.JPG (37.08 KiB) Viewed 33392 times
by Mads Juul
29 Sep 2015, 12:04
Forum: Technical Support
Topic: How to desable stroke animator
Replies: 13
Views: 28675

Re: How to desable stroke animator

On Windows OS computers if youhold down the SHIFT Key when starting TVPaint this popup will appear newConfig.JPG Where you can choose to create/Reset the tvpaint configuration I don't know if it is tthe same on mac. But you can also enable the startup panel in the Preferences enableStartupPanel.JPG ...
by Mads Juul
29 Sep 2015, 11:51
Forum: Technical Support
Topic: How to desable stroke animator
Replies: 13
Views: 28675

Re: How to desable stroke animator

marylou wrote:
Elodie wrote:Oh god, yes you're right ! I just thought the checkbox was not visible but still checkable :shock:

Marylou, are you using the Standard Edition on Mac ?
Hi Elodie, we are indeed using the standard edition on mac ;)
Have you tried a new configuration?
by Mads Juul
28 Sep 2015, 16:21
Forum: Technical Support
Topic: How to desable stroke animator
Replies: 13
Views: 28675

Re: How to desable stroke animator

marylou wrote:when going in preferences, i can't uncheck animator stroke is this normal ?
Screen Shot 2015-09-28 at 14.05.30.png
It look like the checkbox is missing.

It looks like some kind of misbehaviour/bug to me. I have never experienced this
by Mads Juul
28 Sep 2015, 09:40
Forum: Technical Support
Topic: All my frames disappear when I open my saved file!
Replies: 19
Views: 44028

Re: All my frames disappear when I open my saved file!

Actually I find Preload confusing
If I import a png I have the option to check/Uncheck the preload option. But It doesnt seem to make any difference. It seems like single png as always preloadet?

Is this true?
by Mads Juul
28 Sep 2015, 09:38
Forum: Technical Support
Topic: All my frames disappear when I open my saved file!
Replies: 19
Views: 44028

Re: All my frames disappear when I open my saved file!

maybe it is confusing that Not Preload (Linked) Is the Default behaviour. and you have to make a checkbox to Preload(Embedded) you footage in the project. Maybe Preload(Embedded) Should be the default? And You would have to click the check box to make the import Not Preloaded(Not Embedded)(Linked So...
by Mads Juul
28 Sep 2015, 09:31
Forum: Technical Support
Topic: All my frames disappear when I open my saved file!
Replies: 19
Views: 44028

Re: All my frames disappear when I open my saved file!

Elodie wrote:"Link" is much more confusing IMHO : if there is a link, it means there is a dependence, so the sequence is not load within the TVPaint file. That's how I would understand this.
I think slowtiger meant it the other way so
"NOT PreLoad" = Linked
by Mads Juul
25 Sep 2015, 07:37
Forum: George scripting
Topic: Finding the UserString in a file
Replies: 8
Views: 1390

Re: Finding the UserString in a file

Fabrice wrote:hmmm ... good time to ask as we prepare the 11.0.3 currently.
Will talk about it tomorrow with Mike.
Ok :)
by Mads Juul
24 Sep 2015, 13:59
Forum: George scripting
Topic: Finding the UserString in a file
Replies: 8
Views: 1390

Re: Finding the UserString in a file

requirement for per session confirmation by the user (for file read/write activity) I actually never was so happy about this. I think it is a little confusing/annoying that I have to click yes every time I start TVPaint. And I was once working on an animation production with 12 people working in TV...
by Mads Juul
22 Sep 2015, 03:25
Forum: Technical Support
Topic: merging layers and keeping exposures? (solved)
Replies: 6
Views: 14640

Re: merging layers and keeping exposures?

I have 3 layers that I'd like to merge. Each layer has 15 instances with 3 exposures each. When I merge them into one layer TVP turns the merged layer into 45 instances of 1 exposure. Is there a way for me to keep it as 3 exposures? How do you merge them? If I merge with the merge menu the exposure...
by Mads Juul
15 Sep 2015, 12:55
Forum: Technical Support
Topic: add action: layer name and group color
Replies: 5
Views: 11266

Re: add action: layer name and group color

You can use this code for the two last Choose "Embedded George Script" in the action and paste the following code tv_LayerRename 0 "merge" tv_layercolor "set" 0 1 read about the two george functions here http://wiki.tvpaint.fr/index.php?title=Tv_LayerRename" onclic...
by Mads Juul
04 Sep 2015, 08:57
Forum: Feature & Improvement requests
Topic: Clip : Layers Structure > PSD - Layer Choice
Replies: 7
Views: 18483

Re: Clip : Layers Structure > PSD - Layer Choice

I don't know if scripting is an option. But then you could use this command tv_clipsavestructure path "PSD" "mode" "all" http://wiki.tvpaint.fr/index.php?title=Tv_ClipSaveStructure And then delete the unwanted layers before exporting or something. So I think what you as...