Hi guys,
I’m reaching out to you because I need a fresh look on what I’m building here.
I’m building a pipeline for our layout department here, and I’m facing some questions when it comes to splitting a sequence in shots.
I already have stored in sets all my data concerning each shots in my “sequence” maya scene.
I plan to export all my data with an export selection.
But I have to rebuild the scene to rename its top node, and some other elements.
That parts seem easy, with basic python file manipulation.
However I have to set the IN and OUT of my shot to let it start at frame 101 and also to move all keys to match that new start frame.
And this is where I bump into my problem.
I have no idea how to easily do that without having to reopen my shot scene.
Any ideas would be greatly appreciated !