|
Blender
V3.3
|
Public Attributes | |
| bContext * | C |
| Main * | bmain |
| Scene * | scene |
| ViewLayer * | view_layer |
| wmWindowManager * | wm |
| char | filename [1024] |
| ImportSettings | settings |
| ArchiveReader * | archive |
| std::vector< AbcObjectReader * > | readers |
| short * | stop |
| short * | 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 417 of file alembic_capi.cc.
| ArchiveReader* ImportJobData::archive |
Definition at line 427 of file alembic_capi.cc.
Referenced by ABC_import().
| Main* ImportJobData::bmain |
Definition at line 419 of file alembic_capi.cc.
Referenced by ABC_import().
| bContext* ImportJobData::C |
Definition at line 418 of file alembic_capi.cc.
Referenced by ABC_import().
| short* ImportJobData::do_update |
Definition at line 431 of file alembic_capi.cc.
| char ImportJobData::error_code |
Definition at line 434 of file alembic_capi.cc.
Referenced by ABC_import().
| char ImportJobData::filename[1024] |
Definition at line 424 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::import_ok |
Definition at line 436 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::is_background_job |
Definition at line 437 of file alembic_capi.cc.
Referenced by ABC_import().
| float* ImportJobData::progress |
Definition at line 432 of file alembic_capi.cc.
| std::vector<AbcObjectReader *> ImportJobData::readers |
Definition at line 428 of file alembic_capi.cc.
| Scene* ImportJobData::scene |
Definition at line 420 of file alembic_capi.cc.
Referenced by ABC_import().
| ImportSettings ImportJobData::settings |
Definition at line 425 of file alembic_capi.cc.
Referenced by ABC_import().
| blender::timeit::TimePoint ImportJobData::start_time |
Definition at line 438 of file alembic_capi.cc.
| short* ImportJobData::stop |
Definition at line 430 of file alembic_capi.cc.
| ViewLayer* ImportJobData::view_layer |
Definition at line 421 of file alembic_capi.cc.
Referenced by ABC_import().
| bool ImportJobData::was_cancelled |
Definition at line 435 of file alembic_capi.cc.
Referenced by ABC_import().
| wmWindowManager* ImportJobData::wm |
Definition at line 422 of file alembic_capi.cc.
Referenced by ABC_import().