ydrive / EasySynth

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

Render multiple sequences #72

Open chisio23 opened 8 months ago

chisio23 commented 8 months ago

Hi! I would like to know if there’s the possibility to render multiple sequences automatically, instead of going one by one as it would save a lot of time. I’ve tried to create a python script but it’s impossible to run the plug in with it. Thanks!

MagicMan21 commented 8 months ago

Hi! There's any news about this? I'm also trying to render multiple sequencers at once so i can automatize the process.

NikolaJov96 commented 8 months ago

Hi, sorry I missed the question.

Currently, there is no built-in support for this, but it would probably be a relatively simple change. E.g. just allowing the submission of an array of sequences for rendering instead of only a single one. I hope I'll find time for it this week.

NikolaJov96 commented 8 months ago

Unfortunately, this proved to be a challenge, I was not able to reverse-engineer UE's array property view. I hope I'll get back to this at some point.