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
Search found 4 matches
- 03 Nov 2016, 17:59
- Forum: George scripting
- Topic: Create New Clip from Selected Paper/Frames
- Replies: 0
- Views: 615
- 02 Nov 2016, 05:10
- Forum: George scripting
- Topic: [SOLVED] Move to Duplicate Clip
- Replies: 9
- Views: 1664
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...
- 29 Oct 2016, 20:01
- Forum: George scripting
- Topic: [SOLVED] Move to Duplicate Clip
- Replies: 9
- Views: 1664
Re: Move to Duplicate Clip
Thank you for the quick reply. So would the next line be:
Thanks
Darren
Code: Select all
tv_clipselect curClipID+1
Darren
- 27 Oct 2016, 17:14
- Forum: George scripting
- Topic: [SOLVED] Move to Duplicate Clip
- Replies: 9
- Views: 1664
[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;
But it just gives me an execution error.
Any help would be greatly appreciated
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
Any help would be greatly appreciated