Hi there.
I'm having a problem with dynamically created RVxxxGroups.
Let's say I have loaded a source with a green box as overlay.
If I then create a new viewable from the editor (sequence, stack or layout) and assign the loaded source to this viewable it will work ok.
But, when I try to do this from code, overlays won't show up. Also, images will appear kind of washed-out.
This is the code I'm using to do this:
# create sequence group for the image shots
shots_group = commands.newNode('RVSequenceGroup', 'shots_group')
commands.setNodeInputs(shots_group, image_shots)
# select new vie
commands.setViewNode(shots_group )
Is there maybe a clever way of creating groups?
Thanks.
Chema