Search found 804 matches

by NathanOtano
28 Feb 2022, 11:34
Forum: Feature & Improvement requests
Topic: Clic and drag multiple clips to rearrange
Replies: 0
Views: 4288

Clic and drag multiple clips to rearrange

Hello! I would like to be able to select multiple clips and clic and drag them elsewhere, right now I can only cut/paste wich isn't always intuitive, I never know when I erase the clip where I will paste or not (from what I understan, it's when un click but not select a clip?) Also, I think it shoul...
by NathanOtano
21 Feb 2022, 18:45
Forum: George scripting
Topic: Store persistent reference to a layer
Replies: 3
Views: 6535

Re: Store persistent reference to a layer

Nice solution! Thanks :)
by NathanOtano
18 Feb 2022, 16:33
Forum: George scripting
Topic: Store persistent reference to a layer
Replies: 3
Views: 6535

Re: Store persistent reference to a layer

I agree that persistent layer ids, clip ids and instance ids wouls immensely help for import/export and updating What I try to do is t make my export scripts rename and unconventional name to a specific ID, I store in a userstring variable that I increment over time so it is never the same in time. ...
by NathanOtano
07 Feb 2022, 20:58
Forum: George scripting
Topic: Saving project in quicktime compressed format?
Replies: 20
Views: 13493

Re: Saving project in quicktime compressed format?

I think exporting a compressed H264 file in George is a huge deal for pipeline purposes, especially remote ones where you need to be able to download/stream files quickly and save space on teh server/cloud. If we want to create a script for artists to export a specific preview for review, and we wan...
by NathanOtano
03 Feb 2022, 16:15
Forum: George scripting
Topic: Saving project in quicktime compressed format?
Replies: 20
Views: 13493

Re: Saving project in quicktime compressed format?

argh T_T
Have you tried =1010 like xavier suggested?
by NathanOtano
03 Feb 2022, 15:59
Forum: Feature & Improvement requests
Topic: Hide Hidden Clips
Replies: 6
Views: 6005

Re: Hide Hidden Clips

I actually was talking about hiding clips, not layers. Kind of what happens in the "timeline/editing" view actually, in the project view. You see only the visible clips Because when working on a storyboard, I usually end up with a lot of hidden alternate shots I don't what to delete but my...
by NathanOtano
26 Jan 2022, 13:19
Forum: Feature & Improvement requests
Topic: Hide Hidden Clips
Replies: 6
Views: 6005

Hide Hidden Clips

Hey :)
I'd be happy to be able to "clean the project view" by hiding all hidden clips with a switch

Best,
by NathanOtano
22 Dec 2021, 17:49
Forum: Feature & Improvement requests
Topic: Add All Selected Layers to Image Library
Replies: 7
Views: 9856

Re: Add All Selected Layers to Image Library

If we also can add current layer/brush as image guidelines it would be great :)
by NathanOtano
22 Dec 2021, 17:39
Forum: Feature & Improvement requests
Topic: display current....layergroup
Replies: 4
Views: 8933

Re: display current....layergroup

that's a really good idea :)
by NathanOtano
29 Oct 2021, 10:25
Forum: Feature & Improvement requests
Topic: toggle different image marks
Replies: 6
Views: 7957

Re: toggle different image marks

Since I use Mark1 for keyframes, Mark2 for Breakdowns, Mark3 for the inbetween, Mark 4 for the inbetween inside the inbetweens etc. I wrote a script which sets the current frame to Mark1, if there are to Mark1s around the current Frame it sets it to Mark2 etc. and if it there is a mark it will clea...
by NathanOtano
28 Oct 2021, 14:49
Forum: Contents Sharing
Topic: OTANO Storyboard Tools
Replies: 20
Views: 45354

Re: OTANO Storyboard Tools

Happy it's only naming!
Yeah tvpaint doesn't like spaces, it's an old software! Usually newer softwares can handle it ^^
by NathanOtano
28 Oct 2021, 14:47
Forum: Feature & Improvement requests
Topic: toggle different image marks
Replies: 6
Views: 7957

Re: toggle different image marks

Here is a small script I created some time ago to toggle between 4 marks :) it's easy to edit and add more marks if needed, you can also change the number to use other colors tv_layergetimage curImage =result tv_layercurrentID curLayer = result tv_LayerMarkGet curLayer curImage curMarkColor = result...
by NathanOtano
22 Oct 2021, 18:49
Forum: Technical Support
Topic: Project save is not specified in the same location as the imported file on 11.5.3
Replies: 9
Views: 7271

Re: Project save is not specified in the same location as the imported file on 11.5.3

Merci :)
If the project already was exported at one point but the path doesn't exist when you export again, could we also get the same folder as the project? Is it the case already or do we have a non existent path? I guess checking if a path exists is a bit more time to code ?