Merging takes to Main?

   2666   2   0
User Avatar
Member
39 posts
Joined: Feb. 2017
Offline
Is it possible to merge the current take upwards into the Main take? I've tried using

takemerge Main take1

but it doesn't work, just fires back the error

Couldn't merge source take take1

which doesn't seem right.

Found some workarounds in this odforce thread: https://forums.odforce.net/topic/18168-resolve-takes-into-main/ [forums.odforce.net] but I'm not literate enough with Houdini's Python library to get it to work.

Is there some secret sauce to make this work in the textport (if it can work)? Like a private name for Main that you need to use instead?

Thanks!
Edited by jedmitchell - May 13, 2020 15:38:16
User Avatar
Member
43 posts
Joined: Aug. 2012
Offline
Would also love to know the answer to this. When importing fbx files into houdini it creates takes.... Takes are a strange thing.
http://vimeo.com/garretthoyos/demoreel [vimeo.com]

http://animation.byu.edu/ [animation.byu.edu]
User Avatar
Member
1 posts
Joined: Jan. 2014
Offline
Some FBX files contains takes. If they do, Houdini creates takes upon import.
Both these approaches seemed to work well for me using H19.

  1. Open Take List and left-button drag some take onto Main. A pop menu allows to pick "Merge take (with override)".
    Simply "Merge take" is not enough as both Main and the unwanted take has values for the same channels.
  2. In a Textport window: takemerge -f Main <name-of-unwanted take>
    Again it's the -f that does the trick of forcing the merge even though it means overriding Mains animation channels.

Once merged, I just delete the unwanted take.
  • Quick Links