Blender  V3.3
Public Member Functions | Protected Member Functions | List of all members
blender::io::usd::USDMeshWriter Class Reference

#include <usd_writer_mesh.h>

Inheritance diagram for blender::io::usd::USDMeshWriter:
blender::io::usd::USDGenericMeshWriter blender::io::usd::USDAbstractWriter blender::io::AbstractHierarchyWriter

Public Member Functions

 USDMeshWriter (const USDExporterContext &ctx)
 
- Public Member Functions inherited from blender::io::usd::USDGenericMeshWriter
 USDGenericMeshWriter (const USDExporterContext &ctx)
 
- Public Member Functions inherited from blender::io::usd::USDAbstractWriter
 USDAbstractWriter (const USDExporterContext &usd_export_context)
 
virtual void write (HierarchyContext &context) override
 
const pxr::SdfPath & usd_path () const
 
- Public Member Functions inherited from blender::io::AbstractHierarchyWriter
virtual ~AbstractHierarchyWriter ()=default
 

Protected Member Functions

virtual Meshget_export_mesh (Object *object_eval, bool &r_needsfree) override
 
- Protected Member Functions inherited from blender::io::usd::USDGenericMeshWriter
virtual bool is_supported (const HierarchyContext *context) const override
 
virtual void do_write (HierarchyContext &context) override
 
virtual void free_export_mesh (Mesh *mesh)
 
- Protected Member Functions inherited from blender::io::usd::USDAbstractWriter
std::string get_export_file_path () const
 
pxr::UsdTimeCode get_export_time_code () const
 
pxr::UsdShadeMaterial ensure_usd_material (const HierarchyContext &context, Material *material)
 
void write_visibility (const HierarchyContext &context, const pxr::UsdTimeCode timecode, pxr::UsdGeomImageable &usd_geometry)
 
virtual bool mark_as_instance (const HierarchyContext &context, const pxr::UsdPrim &prim)
 
- Protected Member Functions inherited from blender::io::AbstractHierarchyWriter
virtual bool check_is_animated (const HierarchyContext &context) const
 

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::usd::USDAbstractWriter
const USDExporterContext usd_export_context_
 
pxr::UsdUtilsSparseValueWriter usd_value_writer_
 
bool frame_has_been_written_
 
bool is_animated_
 

Detailed Description

Definition at line 39 of file usd_writer_mesh.h.

Constructor & Destructor Documentation

◆ USDMeshWriter()

blender::io::usd::USDMeshWriter::USDMeshWriter ( const USDExporterContext ctx)

Definition at line 462 of file usd_writer_mesh.cc.

Member Function Documentation

◆ get_export_mesh()

Mesh * blender::io::usd::USDMeshWriter::get_export_mesh ( Object object_eval,
bool r_needsfree 
)
overrideprotectedvirtual

The documentation for this class was generated from the following files: