unreal.MovieSceneCaptureSettings(output_directory=[‘C:\Users\Documents\movies’])
msc = unreal.MovieSceneCapture()
msc.settings = obj;
unreal.SequencerTools().render_movie(msc, unreal.OnRenderMovieStopped())
Using python I am able to start a movie scene capture however it does not render anything to disk. I get no exported file. Does anyone know what i am missing in order to get a sequence to properly render?
Max.Chen
(Max.Chen)
July 25, 2019, 5:29am
2
Take a look at the render movie example here:
Engine\Plugins\MovieScene\SequencerScripting\Content\Python\sequencer_examples.py
2 Likes
Thank you very much this helped a lot!
gabriel.m
(gabriel.m_)
February 15, 2024, 2:33pm
4
where I can find ? I’m new here and I don’t find the scripts.
You may have already found it,
You can find the same path in the recent UE 5.4!
Engine\Plugins\MovieScene\SequencerScripting\Content\Python\sequencer_examples.py