0

Creating Stacks with rvpush

Hello,

I've been successful doing simple operations with rvpush to add image sequences to a rv session.  Is it possible to load multiple image sequences and then create a stack from those sequences using rvpush?

I've tried using the mu-eval option, but I must be doing something wrong.  I started with this, trying to load sources and wasn't successful.

rvpush mu-eval 'string[] mySequence; mySequences.push_back("images.#.exr");addSources(mySequence)'

Thanks for the help!

4 comments

  • 0
    Avatar
    Jon Morley

    Hi Dan,

    I would recommend assembling a session file and passing that to RV/RVPUSH for more complicated layouts. How are you assembling your RVPUSH command right now? Every RV includes a python module called rvSession.py that can help create session files programmatically.

    Thanks,
    Jon

  • 0
    Avatar
    Jon Morley

    NOTE: You can find rvSession.py in the src/python/rvSession directory

  • 0
    Avatar
    Dan

    Thank you for the reply.

    Currently, I'm pulling shot info from our database and formatting the rvpush calls on the fly.  I'll check out the rvsession script. It sounds like what I need.  Can you load a session file from rvpush?  During reviews we get asked to review the original plate and the shot.  I wanted to have a quick way of launching a session and loading the files for the comparison.

     

  • 0
    Avatar
    Jon Morley

    Hi Dan,

    Yes, you can load a session with RV and RVPUSH (and RVIO). I would take a look at src/Python/rvSession/rvSession.py and let me know what your follow up questions are.

    Thanks,
    Jon

Please sign in to leave a comment.