fix export animation frames and add export mp4

This commit is contained in:
2020-05-26 08:58:52 +02:00
parent f041559212
commit 5394cbf8c3
7 changed files with 129 additions and 170 deletions

View File

@@ -229,6 +229,10 @@ public:
void export_equirectangular_thread(std::string file_path);
void export_layers(std::string path, std::function<void()> on_complete = nullptr);
void export_layers_thread(std::string path);
void export_anim_frames(std::string path, std::function<void()> on_complete = nullptr);
void export_anim_frames_thread(std::string path);
void export_anim_mp4(std::string path, std::function<void()> on_complete = nullptr);
void export_anim_mp4_thread(std::string path);
void export_depth(std::string file_name, std::function<void()> on_complete = nullptr);
void export_depth_thread(std::string file_name);
void export_cube_faces(std::string file_name, std::function<void()> on_complete);