tvp10 Q: paste 1 head into another without breaking?

Please use this part to report bugs & errors, ask questions & "How to..."
Post Reply
User avatar
CharlieC
Posts: 134
Joined: 26 Feb 2007, 23:19
Location: san francisco
Contact:

tvp10 Q: paste 1 head into another without breaking?

Post by CharlieC »

i used to do this in tvp8, but i haven't found the way in tvp10:

select/copy a single head frame, then move to another head of whatever length, select the single head frame and paste; and the entire instance is filled with that one image. handy for copying 1 head and pasting it into several instances throughout the layer.

the closest thing i've found in 10 is to select and cntrl/drag the head into the other head, which is nice, but not practical if you want to do it in several places along a long layer requiring scrolling/dragging back and forth anew each time. whereas copying is only necessary once, then pasting as many times as needed.

the 'auto break' unchecked keeps an instance from breaking using a pencil tool for example, but it still breaks when pasting.

thnx,
c
Charlie C

charliecanfield.com
Mac mini (M1, 2020)
chip Apple M1
memory 16 GB
(currently running Monterey 12.6)
Cintiq 22HD (2015), driver 6.3.36-2
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: tvp10 Q: paste 1 head into another without breaking?

Post by ZigOtto »

CharlieC wrote:...
the 'auto break' unchecked keeps an instance from breaking using a pencil tool for example, but it still breaks when pasting.
you're right and imo this misbehavior should be fixed ...
well, when working in the timeline view, I personally rarerly need to copy/paste one cell into more than one other,
so I use the "Push Image / Pop Image" couple of buttons from the Animator Panel, (bottom-left of the panel).
in your case, instead of multi-pasting, I would go in the XSheet view to manage the source (drawings sequence)
and the timing (repeated instances) more smartly,
meanwhile, staying in the timeline view, and as workaround, you can use a couple of custom buttons :
a "Copy" button, with these commands :

Code: Select all

- Command : tv_SpareKill
- Command : tv_SpareCopy
and a "Paste" button, with these commands :

Code: Select all

- Command : tv_SpareSwap
- Command : tv_SpareKill
- Command : tv_SpareCopy
it works fine here for multiple-pasting the same source so far, and it seems to respect the instances and the "autobreak = Off" option.
ty it and tell me if it's working for you.

my 2 cents, hope they will help in anyway. :)
User avatar
CharlieC
Posts: 134
Joined: 26 Feb 2007, 23:19
Location: san francisco
Contact:

Re: tvp10 Q: paste 1 head into another without breaking?

Post by CharlieC »

yea, the 'push/pop' arrows work well (ha: i never use those!), although it seems to only work once; you have to 'push' each time you want to 'pop' (there's a euphemism there somewhere).

thanks for the list of command actions; i guess they are actions for input when making custom buttons; one for each button, yes? i'll give it a shot.
Charlie C

charliecanfield.com
Mac mini (M1, 2020)
chip Apple M1
memory 16 GB
(currently running Monterey 12.6)
Cintiq 22HD (2015), driver 6.3.36-2
User avatar
ZigOtto
Posts: 4102
Joined: 17 Feb 2006, 22:50
Location: south-Petazonia

Re: tvp10 Q: paste 1 head into another without breaking?

Post by ZigOtto »

yes, the Push/Pop works for once shot,
for multiple (copy/paste/paste/paste...) the workaround mentioned above should work, I think.
CharlieC wrote:... i guess they are actions for input when making custom buttons; one for each button, yes? i'll give it a shot.

Add Action ... / Type Script's Command, ...one command by line,
so 2 commands for the first "Copy" Button, and 3 for the "Paste" one.

then you can assign a hotkey to each, if you have to use them a lot.
Svengali
Posts: 1571
Joined: 28 Dec 2006, 10:08

Re: tvp10 Q: paste 1 head into another without breaking?

Post by Svengali »

For multiple paste, create a PASTE MULTIPLE button with "pop" command followed immediately by "push" command.
Once you have pushed your image onto the stack, you can then, with this button, paste the image as many times as you wish.

Sven
TVP Pro 11.0.10-64bit Win10 - 64GB ram -2TB HHD - 256GB SSD - Wacom Cintiq 16, driver 6.3.41-1
Android Tablet: rel. 11, Samsung Galaxy Note10.1 - 32GB with microSD 32GB
Android Tablet: rel. 11.5, Samsung Galaxy Tab S7plus - 128GB with microSD 64GB
User avatar
CharlieC
Posts: 134
Joined: 26 Feb 2007, 23:19
Location: san francisco
Contact:

Re: tvp10 Q: paste 1 head into another without breaking?

Post by CharlieC »

ahhh yes-
so you're immediately 'pushing' the last frame you just 'popped', rather than going way back to 'push' the original image.
(those verb choices sound very odd in english, but that's ok...)
Charlie C

charliecanfield.com
Mac mini (M1, 2020)
chip Apple M1
memory 16 GB
(currently running Monterey 12.6)
Cintiq 22HD (2015), driver 6.3.36-2
Post Reply