ydrive / EasySynth

Unreal Engine plugin for easy creation of synthetic image datasets
MIT License
174 stars 31 forks source link

Schedule multiple level sequences? #52

Open zlou opened 1 year ago

zlou commented 1 year ago

UE's movie renders queue allows users to specify orders and render different level sequences one by one as shown by the image below. I am wondering if a similar functionality can be added for EasySyn or if it can be done already. For one user case, I encountered, I sample camera poses with different ranges for different level sequences and augment the scene differently. It would be helpful to schedule the sequences so no intervention is needed during the rendering process. movie_render_queue (1)

NikolaJov96 commented 1 year ago

Hi @zlou,

Should be easy to enable rendering a list of sequences if they share all of the rendering parameters. Will add that with the next batch of fixes and updates.

zlou commented 1 year ago

Thanks