Blender
V3.3
|
#include <abc_writer_mesh.h>
Public Member Functions | |
ABCMeshWriter (const ABCWriterConstructorArgs &args) | |
![]() | |
ABCGenericMeshWriter (const ABCWriterConstructorArgs &args) | |
virtual void | create_alembic_objects (const HierarchyContext *context) override |
virtual Alembic::Abc::OObject | get_alembic_object () const override |
Alembic::Abc::OCompoundProperty | abc_prop_for_custom_props () override |
![]() | |
ABCAbstractWriter (const ABCWriterConstructorArgs &args) | |
virtual void | write (HierarchyContext &context) override |
uint32_t | timesample_index () const |
const Imath::Box3d & | bounding_box () const |
![]() | |
virtual | ~AbstractHierarchyWriter ()=default |
Additional Inherited Members | |
![]() | |
static bool | check_has_physics (const HierarchyContext &context) |
static bool | check_has_deforming_physics (const HierarchyContext &context) |
![]() | |
const ABCWriterConstructorArgs | args_ |
bool | frame_has_been_written_ |
bool | is_animated_ |
uint32_t | timesample_index_ |
Imath::Box3d | bounding_box_ |
Alembic::Abc::OCharProperty | abc_visibility_ |
std::unique_ptr< CustomPropertiesExporter > | custom_props_ |
Definition at line 66 of file abc_writer_mesh.h.
blender::io::alembic::ABCMeshWriter::ABCMeshWriter | ( | const ABCWriterConstructorArgs & | args | ) |
Definition at line 555 of file abc_writer_mesh.cc.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCGenericMeshWriter.
Definition at line 559 of file abc_writer_mesh.cc.
References BKE_object_get_evaluated_mesh().