|
Blender
V3.3
|
#include <abc_writer_curves.h>
Public Member Functions | |
| ABCCurveMeshWriter (const ABCWriterConstructorArgs &args) | |
Public Member Functions inherited from blender::io::alembic::ABCGenericMeshWriter | |
| 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 |
Public Member Functions inherited from blender::io::alembic::ABCAbstractWriter | |
| ABCAbstractWriter (const ABCWriterConstructorArgs &args) | |
| virtual void | write (HierarchyContext &context) override |
| uint32_t | timesample_index () const |
| const Imath::Box3d & | bounding_box () const |
Public Member Functions inherited from blender::io::AbstractHierarchyWriter | |
| virtual | ~AbstractHierarchyWriter ()=default |
Additional Inherited Members | |
Static Protected Member Functions inherited from blender::io::AbstractHierarchyWriter | |
| static bool | check_has_physics (const HierarchyContext &context) |
| static bool | check_has_deforming_physics (const HierarchyContext &context) |
Protected Attributes inherited from blender::io::alembic::ABCAbstractWriter | |
| 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 34 of file abc_writer_curves.h.
| blender::io::alembic::ABCCurveMeshWriter::ABCCurveMeshWriter | ( | const ABCWriterConstructorArgs & | args | ) |
Definition at line 169 of file abc_writer_curves.cc.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCGenericMeshWriter.
Definition at line 174 of file abc_writer_curves.cc.
References BKE_mesh_new_nomain_from_curve(), and BKE_object_get_evaluated_mesh().