George: Move Head Cell and delete cell
George: Move Head Cell and delete cell
I just want to post 3 script I made
2 scripts to move the head cell forward or back without altering the time of the previous and next instance
1) "mj_head_forward"
2) "mj_head_back"
and a script to delete the current cell nomatter if it an exposure or a head
3) "mj_delete_cell"
I had difficulties in getting this behavior with an action because of the different behaviours of "Layer:delete image" And "Layer:remove exposure"
so I made a little script
Hope somone can use, it And comments suggestions are welkome
Mads
2 scripts to move the head cell forward or back without altering the time of the previous and next instance
1) "mj_head_forward"
2) "mj_head_back"
and a script to delete the current cell nomatter if it an exposure or a head
3) "mj_delete_cell"
I had difficulties in getting this behavior with an action because of the different behaviours of "Layer:delete image" And "Layer:remove exposure"
so I made a little script
Hope somone can use, it And comments suggestions are welkome
Mads
- Attachments
-
- mj_move_head_delete_cell.zip
- (1.32 KiB) Downloaded 261 times
I run into this problem when storyboarding!
Some points in the timing i need fix, while I'm keying out some communicative motion in between those points.
Could this not be done by assigning "to move the head cell forward or back without altering the time of the previous and next instance" to the right mouse button(while over the little square off course, so the choicewindow is still available). It would be more intuitive than using a script. Although i haven't tried
the script.
This is more of a feature request i guess.
But 3 cheers for madsjuul, i'll be sure to check your script sometime soon.!!
Some points in the timing i need fix, while I'm keying out some communicative motion in between those points.
Could this not be done by assigning "to move the head cell forward or back without altering the time of the previous and next instance" to the right mouse button(while over the little square off course, so the choicewindow is still available). It would be more intuitive than using a script. Although i haven't tried
the script.
This is more of a feature request i guess.
But 3 cheers for madsjuul, i'll be sure to check your script sometime soon.!!
Last edited by A1 on 12 Jun 2007, 10:08, edited 1 time in total.
I just tested my own scripts and made this solution wich maybe works better
the scripts move the previous or next head cell to the current exposure
-mads
the scripts move the previous or next head cell to the current exposure
-mads
- Attachments
-
- mj_Head_ToCurrent.zip
- (1.01 KiB) Downloaded 212 times
- toonsisters
- Posts: 105
- Joined: 11 Jan 2008, 13:38
- Location: Germany
Dear mads,
I tag along all your post, because you seem to have similar problems I have and you often get or give the answers.
Please do not feel haunted.
My question to your script:
I already implemented custom panels. And it worked fine.
But can you tell me how to implement your george scripts?
I put them in my george folder which is located in the plug in folder of the program.
I tried to assign your commands to the keyboard but was not able to find them listed.
Thanks
Vera
I tag along all your post, because you seem to have similar problems I have and you often get or give the answers.
Please do not feel haunted.
My question to your script:
I already implemented custom panels. And it worked fine.
But can you tell me how to implement your george scripts?
I put them in my george folder which is located in the plug in folder of the program.
I tried to assign your commands to the keyboard but was not able to find them listed.
Thanks
Vera
Hi Vera,
Once you have copy the file into the George folder:
- Launch TVP Animation
- Add an action button on a Custom Panel (existing or new one)
- In the first line of commands, select "Load a script" and select one script file (.grg)
- Give a name and/or an icon to the button and click on the OK button
- Click on the button you have created to use the script
Let me know if you have managed to use it
Once you have copy the file into the George folder:
- Launch TVP Animation
- Add an action button on a Custom Panel (existing or new one)
- In the first line of commands, select "Load a script" and select one script file (.grg)
- Give a name and/or an icon to the button and click on the OK button
- Click on the button you have created to use the script
Let me know if you have managed to use it
Ex TVPaint Team
make a new custom button, RMB/ Add Action/ ...toonsisters wrote:... But can you tell me how to implement your george scripts?
RMB on the default "None" button, choose "Set Script", browse to your George folder
and select the script file, then "OK".
if you name this button, say : "Head-Forward", and your Custom Panel is named "My Animator Panel",
you will be able to assign a shortkey to this action,
Ctrl+K ... you should find "My Animator Panel : Head-Forward"
in the Right-side assignable actions list.
edit : I've been too slow this time, but 2 answers are better than none!
- toonsisters
- Posts: 105
- Joined: 11 Jan 2008, 13:38
- Location: Germany
Dear Zig, dear Patrice,
thank you for a wonderful demonstration in "simultaniously answering".
It seems to be a sport for absolutly masterminds, although I can give you only 5.9 points instead of 6.0.
Your timing was nearly brilliant, the content is corresponding, only the number of words are not absolutely the same.
But keep on exercising!
Thank you both for helping. The five actions of mads work fine.
To mads:
Is there a difference between your delete button and Zigs 1- button in his instance pannel?
What about a delete button that deletes a head and does not affect the timing of the others by enlarging the exposure of the previous head?
vera
thank you for a wonderful demonstration in "simultaniously answering".
It seems to be a sport for absolutly masterminds, although I can give you only 5.9 points instead of 6.0.
Your timing was nearly brilliant, the content is corresponding, only the number of words are not absolutely the same.
But keep on exercising!
Thank you both for helping. The five actions of mads work fine.
To mads:
Is there a difference between your delete button and Zigs 1- button in his instance pannel?
What about a delete button that deletes a head and does not affect the timing of the others by enlarging the exposure of the previous head?
vera
I dont its nice to know other think the sametoonsisters wrote: Please do not feel haunted.
I think the different is that if you are on a instance with no exposures only one frame the head,. My script will delete it, but Zigs will have no effext.toonsisters wrote: Is there a difference between your delete button and Zigs 1- button in his instance pannel?
I wanted to have this behavior.
Uhh a function Im using alottoonsisters wrote: What about a delete button that deletes a head and does not affect the timing of the others by enlarging the exposure of the previous head?
I created it this way
make a action
1. command set keystroke layer exposure add
2. command set keystroke layer delete image
hope this helps
/mads
- toonsisters
- Posts: 105
- Joined: 11 Jan 2008, 13:38
- Location: Germany
Dear Mads,
thank you for the the actions and scripts.
They are a helpful extention to the instance panel.
particular for rough timing like storyboarding.
I made a custom panel for my animators who work on sauna tango.
Maby others are also interested, so I post it here.
vera
thank you for the the actions and scripts.
They are a helpful extention to the instance panel.
particular for rough timing like storyboarding.
I made a custom panel for my animators who work on sauna tango.
Maby others are also interested, so I post it here.
vera
- Attachments
-
- mads-actions.data.rar
- (15.97 KiB) Downloaded 205 times