Blender
V3.3
|
#include <abc_writer_instance.h>
Public Member Functions | |
ABCInstanceWriter (const ABCWriterConstructorArgs &args) | |
virtual void | create_alembic_objects (const HierarchyContext *context) override |
virtual Alembic::Abc::OObject | get_alembic_object () const 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 |
Protected Member Functions | |
virtual bool | is_supported (const HierarchyContext *context) const override |
virtual void | do_write (HierarchyContext &context) override |
void | ensure_custom_properties_exporter (const HierarchyContext &context) override |
Alembic::Abc::OCompoundProperty | abc_prop_for_custom_props () override |
![]() | |
virtual void | update_bounding_box (Object *object) |
virtual const IDProperty * | get_id_properties (const HierarchyContext &context) const |
void | write_visibility (const HierarchyContext &context) |
template<typename T > | |
Alembic::Abc::OCompoundProperty | abc_schema_prop_for_custom_props (T abc_schema) |
![]() | |
virtual bool | check_is_animated (const HierarchyContext &context) const |
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 17 of file abc_writer_instance.h.
|
explicit |
Definition at line 19 of file abc_writer_instance.cc.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 40 of file abc_writer_instance.cc.
|
overridevirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 24 of file abc_writer_instance.cc.
References blender::io::alembic::ABCWriterConstructorArgs::abc_name, blender::io::alembic::ABCWriterConstructorArgs::abc_parent, blender::io::alembic::ABCWriterConstructorArgs::abc_path, blender::io::alembic::ABCAbstractWriter::args_, CLOG_INFO, CLOG_WARN, blender::compositor::context, blender::io::alembic::ABCHierarchyIterator::get_alembic_object(), blender::io::alembic::ABCWriterConstructorArgs::hierarchy_iterator, and LOG.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 57 of file abc_writer_instance.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::io::alembic::ABCAbstractWriter.
Definition at line 35 of file abc_writer_instance.cc.
|
overridevirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 45 of file abc_writer_instance.cc.
References BLI_assert_msg.
|
overrideprotectedvirtual |
Reimplemented from blender::io::alembic::ABCAbstractWriter.
Definition at line 52 of file abc_writer_instance.cc.
References blender::compositor::context.