enable timeline option
This commit is contained in:
@@ -203,8 +203,8 @@ public:
|
||||
void import_equirectangular_thread(std::string file_path, std::shared_ptr<Layer> layer = nullptr);
|
||||
void export_equirectangular(std::string file_path, std::function<void()> on_complete = nullptr);
|
||||
void export_equirectangular_thread(std::string file_path);
|
||||
void export_layers(std::string file_name, std::function<void()> on_complete = nullptr);
|
||||
void export_layers_thread(std::string file_name);
|
||||
void export_layers(std::string path, std::function<void()> on_complete = nullptr);
|
||||
void export_layers_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