fix export animation frames and add export mp4
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user