Search found 4 matches

by cursived
03 Nov 2016, 17:59
Forum: George scripting
Topic: Create New Clip from Selected Paper/Frames
Replies: 0
Views: 506

Create New Clip from Selected Paper/Frames

Hello Again,

So for my next script, I'm trying to write a script that will take the select paper/frames of a certain layer -> set exposure to 1 -> then move each paper/frame to its own clip.

Any help with this would be greatly appreciated

Darren
by cursived
02 Nov 2016, 05:10
Forum: George scripting
Topic: [SOLVED] Move to Duplicate Clip
Replies: 9
Views: 1185

Re: Move to Duplicate Clip

Thanks everyone for the help. I agree with Svengali that tv_ClipDuplicate should return the new clip id, or if they had a build in function to access the next clip (tv_ClipNext maybe?) or at least make them logical (ie if the current is 789 then the next should be 790) I just integrated Svengali's c...
by cursived
29 Oct 2016, 20:01
Forum: George scripting
Topic: [SOLVED] Move to Duplicate Clip
Replies: 9
Views: 1185

Re: Move to Duplicate Clip

Thank you for the quick reply. So would the next line be:

Code: Select all

tv_clipselect curClipID+1
Thanks
Darren
by cursived
27 Oct 2016, 17:14
Forum: George scripting
Topic: [SOLVED] Move to Duplicate Clip
Replies: 9
Views: 1185

[SOLVED] Move to Duplicate Clip

Hi TVPaint Community,
I am working on a george script that duplicates the current clip then moves to the new clip. I though it would be something like;

Code: Select all

tv_clipselect tv_clipcurrentid+1
But it just gives me an execution error.

Any help would be greatly appreciated