|
Blender V5.0
|
#include <abc_writer_hair.h>
Inherits blender::io::alembic::ABCAbstractWriter.
Public Member Functions | |
| ABCHairWriter (const ABCWriterConstructorArgs &args) | |
| void | create_alembic_objects (const HierarchyContext *context) override |
| Alembic::Abc::OObject | get_alembic_object () const override |
| Public Member Functions inherited from blender::io::alembic::ABCAbstractWriter | |
| ABCAbstractWriter (const ABCWriterConstructorArgs &args) | |
| void | write (HierarchyContext &context) override |
| virtual bool | is_supported (const HierarchyContext *context) const |
| uint32_t | timesample_index () const |
| const Imath::Box3d & | bounding_box () const |
| Public Member Functions inherited from blender::io::AbstractHierarchyWriter | |
| virtual | ~AbstractHierarchyWriter ()=default |
Protected Member Functions | |
| void | do_write (HierarchyContext &context) override |
| bool | check_is_animated (const HierarchyContext &context) const override |
| Alembic::Abc::OCompoundProperty | abc_prop_for_custom_props () override |
| Protected Member Functions inherited from blender::io::alembic::ABCAbstractWriter | |
| 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 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 16 of file abc_writer_hair.h.
|
explicit |
Definition at line 36 of file abc_writer_hair.cc.
References blender::io::alembic::ABCAbstractWriter::ABCAbstractWriter(), and false.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 53 of file abc_writer_hair.cc.
References blender::io::alembic::ABCAbstractWriter::abc_schema_prop_for_custom_props().
|
overrideprotectedvirtual |
Reimplemented from blender::io::AbstractHierarchyWriter.
Definition at line 58 of file abc_writer_hair.cc.
|
overridevirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 41 of file abc_writer_hair.cc.
References blender::io::alembic::ABCAbstractWriter::args_, CLOG_DEBUG, LOG, and blender::io::alembic::ABCAbstractWriter::timesample_index_.
|
overrideprotectedvirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 64 of file abc_writer_hair.cc.
References BKE_mesh_tessface_ensure(), BKE_object_get_evaluated_mesh(), blender::io::alembic::ABCAbstractWriter::bounding_box_, ParticleSystem::childcache, ParticleSettings::childtype, ParticleSettings::draw, ParticleSystem::part, PART_DRAW_PARENT, ParticleSystem::pathcache, sample, blender::io::alembic::ABCAbstractWriter::update_bounding_box(), and verts.
|
overridevirtual |
Implements blender::io::alembic::ABCAbstractWriter.
Definition at line 48 of file abc_writer_hair.cc.