Blender
V3.3
|
#include <abc_writer_mball.h>
Public Member Functions | |
ABCMetaballWriter (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 |
Protected Member Functions | |
virtual Mesh * | get_export_mesh (Object *object_eval, bool &r_needsfree) override |
virtual void | free_export_mesh (Mesh *mesh) override |
virtual bool | is_supported (const HierarchyContext *context) const override |
virtual bool | check_is_animated (const HierarchyContext &context) const override |
virtual bool | export_as_subdivision_surface (Object *ob_eval) const override |
![]() | |
virtual void | do_write (HierarchyContext &context) override |
![]() | |
virtual void | update_bounding_box (Object *object) |
virtual const IDProperty * | get_id_properties (const HierarchyContext &context) const |
virtual void | ensure_custom_properties_exporter (const HierarchyContext &context) |
void | write_visibility (const HierarchyContext &context) |
template<typename T > | |
Alembic::Abc::OCompoundProperty | abc_schema_prop_for_custom_props (T abc_schema) |
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 12 of file abc_writer_mball.h.
|
explicit |
Definition at line 23 of file abc_writer_mball.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::io::AbstractHierarchyWriter.
Definition at line 36 of file abc_writer_mball.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::io::alembic::ABCGenericMeshWriter.
Definition at line 43 of file abc_writer_mball.cc.
|
overrideprotectedvirtual |
Reimplemented from blender::io::alembic::ABCGenericMeshWriter.
Definition at line 61 of file abc_writer_mball.cc.
References BKE_id_free(), and mesh.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCGenericMeshWriter.
Definition at line 49 of file abc_writer_mball.cc.
References blender::io::alembic::ABCAbstractWriter::args_, BKE_mesh_new_from_object(), BKE_object_get_evaluated_mesh(), and blender::io::alembic::ABCWriterConstructorArgs::depsgraph.
|
overrideprotectedvirtual |
Reimplemented from blender::io::alembic::ABCGenericMeshWriter.
Definition at line 28 of file abc_writer_mball.cc.
References blender::io::alembic::ABCAbstractWriter::args_, blender::compositor::context, DEG_get_input_scene(), blender::io::alembic::ABCWriterConstructorArgs::depsgraph, blender::io::alembic::ABCGenericMeshWriter::is_supported(), and scene.