Hello,
I can get rv.commands.addSource working from the commandline but I'm unable to get it running from within an external python script
rvpush py-exec from rv import commands; rv.commands.addSource(/pathtomy/movie.mov) works from the command line
how do i get this to run from an external script - I'll need to concatenate with a variable for the movie path too
subprocess.call(['rvpush', ??])
I've had no luck with mu-eval either.
Help gratefully appreciated