|
Blender V4.3
|
Public Attributes | |
| bContext * | C |
| Main * | bmain |
| Scene * | scene |
| ViewLayer * | view_layer |
| wmWindowManager * | wm |
| ImportSettings | settings |
| blender::Vector< ArchiveReader * > | archives |
| blender::Vector< AbcObjectReader * > | readers |
| blender::Vector< std::string > | paths |
| chrono_t | min_time = std::numeric_limits<chrono_t>::max() |
| chrono_t | max_time = std::numeric_limits<chrono_t>::min() |
| bool * | stop |
| bool * | do_update |
| float * | progress |
| char | error_code |
| bool | was_cancelled |
| bool | import_ok |
| bool | is_background_job |
| blender::timeit::TimePoint | start_time |
Definition at line 420 of file alembic_capi.cc.
| blender::Vector<ArchiveReader *> ImportJobData::archives |
Definition at line 429 of file alembic_capi.cc.
| Main* ImportJobData::bmain |
Definition at line 422 of file alembic_capi.cc.
Referenced by ABC_import().
| bContext* ImportJobData::C |
Definition at line 421 of file alembic_capi.cc.
Referenced by ABC_import().
| bool* ImportJobData::do_update |
Definition at line 440 of file alembic_capi.cc.
| char ImportJobData::error_code |
Definition at line 443 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::import_ok |
Definition at line 445 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::is_background_job |
Definition at line 446 of file alembic_capi.cc.
Referenced by ABC_import().
| chrono_t ImportJobData::max_time = std::numeric_limits<chrono_t>::min() |
Max time read from file import.
Definition at line 437 of file alembic_capi.cc.
| chrono_t ImportJobData::min_time = std::numeric_limits<chrono_t>::max() |
Min time read from file import.
Definition at line 435 of file alembic_capi.cc.
| blender::Vector<std::string> ImportJobData::paths |
Definition at line 432 of file alembic_capi.cc.
Referenced by ABC_import().
| float* ImportJobData::progress |
Definition at line 441 of file alembic_capi.cc.
| blender::Vector<AbcObjectReader *> ImportJobData::readers |
Definition at line 430 of file alembic_capi.cc.
| Scene* ImportJobData::scene |
Definition at line 423 of file alembic_capi.cc.
Referenced by ABC_import().
| ImportSettings ImportJobData::settings |
Definition at line 427 of file alembic_capi.cc.
Referenced by ABC_import().
| blender::timeit::TimePoint ImportJobData::start_time |
Definition at line 447 of file alembic_capi.cc.
| bool* ImportJobData::stop |
Definition at line 439 of file alembic_capi.cc.
Referenced by import_startjob().
| ViewLayer* ImportJobData::view_layer |
Definition at line 424 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::was_cancelled |
Definition at line 444 of file alembic_capi.cc.
Referenced by ABC_import().
| wmWindowManager* ImportJobData::wm |
Definition at line 425 of file alembic_capi.cc.
Referenced by ABC_import().