0

Command to merge a session with current session?

Hello there guys.

I'm developing an RV plugin that would let artists load and merge several session files into the current RV session. I'm using RV 6 and I've seen a 'Merge...' option from the File menu that does exactly that.  Is there any way I could do that from my python script? 

If not, how could I go about this?

Kind regards.

Chema

 

1 comment

  • 0
    Avatar
    Benoit Leveau

    Hi,

    The rvpush command does just that:

    rvpush -tag mysession merge [ "/path/to/image/sequence1/" ] &

    rvpush -tag mysession merge [ "/path/to/image/sequence2/" ] &

    You can easily run it from python.

    Benoit

Please sign in to leave a comment.