Search found 802 matches

by NathanOtano
Yesterday, 13:26
Forum: Feature & Improvement requests
Topic: "Layers" Light Table mode
Replies: 18
Views: 18698

Re: "Layers" Light Table mode

I agree for the destructiveness of using layers, but I don't feel it's that much of a problem. Also doing that, I personally would use the "original" model sheet as my base image en retransform it instead of transforming an already transformed frame. Or you just reimport the ref. But I fee...
by NathanOtano
02 Apr 2024, 13:41
Forum: Feature & Improvement requests
Topic: "Layers" Light Table mode
Replies: 18
Views: 18698

Re: "Layers" Light Table mode

Personally for model checkup purposes, I would use "show current layer only" and dim the only other layer I need as ref to say 10%. And I'd also flip up and down to check my drawing and the model I also use image guides with toggle wisibility on a shortcut I don't really feel the need of l...
by NathanOtano
02 Apr 2024, 13:34
Forum: Contents Sharing
Topic: OTANO Storyboard Tools
Replies: 20
Views: 43147

Re: OTANO Storyboard Tools

Indeed I'd use XML export for storyboarding only, not to export any animation. I use .psd to have a separated layer for dialogs/notes and do blur effects and camera movements. I guess it would be easy to set your xml export script to .psd however, from what I remember. Don't know if xml import in pr...
by NathanOtano
02 Apr 2024, 12:37
Forum: Contents Sharing
Topic: OTANO Storyboard Tools
Replies: 20
Views: 43147

Re: OTANO Storyboard Tools

Wow, these tools are great! It looks like we've scripted many of the same features... :) Haha yeah I agree, was fun to see your panel and how you approached each paradigm a different way. The next instance then next clip is really really handy and should be in tvpaint natively i think For my export...
by NathanOtano
02 Apr 2024, 12:25
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 7
Views: 532

Re: Can George check if we're in Project or Clip: Timeline tab?

You can also in one button put a script, then a shortcut, then a script etc. I had some cases where I would use both on a single button cause it would be too hard to script a function a shortcut was doing really well For your skipped locked layer, you could script something that goes up to your last...
by NathanOtano
02 Apr 2024, 12:22
Forum: George scripting
Topic: Trying to write a script to insert some text on layer
Replies: 13
Views: 898

Re: Trying to write a script to insert some text on layer

Ok! Sorry I should have directly given you the code. I actually checked it and I completely forgot but tv_cmd was my trick? I don't know where i got this from since it doesn't seem to follow the documentation really well... Here are the two portions of code I used : tv_GetActiveTool tv_writeuserstri...
by NathanOtano
01 Apr 2024, 13:58
Forum: Contents Sharing
Topic: Lukas Sketch Panel
Replies: 5
Views: 859

Re: Lukas Sketch Panel

Thank you for sharing :)
by NathanOtano
01 Apr 2024, 13:58
Forum: George scripting
Topic: Some TVP 10 scripts don't work in TVP 11
Replies: 43
Views: 19154

Re: Some TVP 10 scripts don't work in TVP 11

Thank you for sharing it :)
by NathanOtano
01 Apr 2024, 13:53
Forum: George scripting
Topic: global variables?
Replies: 6
Views: 470

Re: global variables?

You can also store variables "per project" which can come handy :) https://wiki.tvpaint.com/index.php/Tv_W ... jectString

Also, you can write/read text anywhere in the clip dialogue/notes textboxes, project infos, and you can write text files with george
by NathanOtano
01 Apr 2024, 13:51
Forum: George scripting
Topic: Can George check if we're in Project or Clip: Timeline tab?
Replies: 7
Views: 532

Re: Can George check if we're in Project or Clip: Timeline tab?

What I would do maybe is to check modifiers at the beginning of your script so if "shift" is pressed it's for clips, and if not it's for layers. That way even if you are in the wrong view you always get the right behaviour. For lisibility, I guess you could use tv_menushow as suggested by ...
by NathanOtano
01 Apr 2024, 13:48
Forum: George scripting
Topic: Trying to write a script to insert some text on layer
Replies: 13
Views: 898

Re: Trying to write a script to insert some text on layer

Yeah for stamp mode I remember that on my out of peg script I needed to store it separately and restore it separately with a specific command
Thanks for the script :) really useful
by NathanOtano
22 Mar 2024, 09:51
Forum: George scripting
Topic: Trying to write a script to insert some text on layer
Replies: 13
Views: 898

Re: Trying to write a script to insert some text on layer

Ok I understand for the text box pb! Yes indeed textool seems a bit more useful in your case :) Cool that you found how to retain spaces in your text string An interesting hack is that you can paste your clipboard in the Action or Dialogue or Notes box of your clip, or in the "Information"...