Blender
V3.3
source
blender
io
alembic
exporter
abc_writer_mball.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#pragma once
3
8
#include "
abc_writer_mesh.h
"
9
10
namespace
blender::io::alembic
{
11
12
class
ABCMetaballWriter
:
public
ABCGenericMeshWriter
{
13
public
:
14
explicit
ABCMetaballWriter
(
const
ABCWriterConstructorArgs
&args);
15
16
protected
:
17
virtual
Mesh
*
get_export_mesh
(
Object
*object_eval,
bool
&r_needsfree)
override
;
18
virtual
void
free_export_mesh
(
Mesh
*
mesh
)
override
;
19
virtual
bool
is_supported
(
const
HierarchyContext
*
context
)
const override
;
20
virtual
bool
check_is_animated
(
const
HierarchyContext
&
context
)
const override
;
21
virtual
bool
export_as_subdivision_surface
(
Object
*ob_eval)
const override
;
22
23
private
:
24
bool
is_basis_ball(
Scene
*
scene
,
Object
*ob)
const
;
25
};
26
27
}
// namespace blender::io::alembic
abc_writer_mesh.h
blender::io::alembic::ABCGenericMeshWriter
Definition:
abc_writer_mesh.h:19
blender::io::alembic::ABCMetaballWriter
Definition:
abc_writer_mball.h:12
blender::io::alembic::ABCMetaballWriter::export_as_subdivision_surface
virtual bool export_as_subdivision_surface(Object *ob_eval) const override
Definition:
abc_writer_mball.cc:43
blender::io::alembic::ABCMetaballWriter::get_export_mesh
virtual Mesh * get_export_mesh(Object *object_eval, bool &r_needsfree) override
Definition:
abc_writer_mball.cc:49
blender::io::alembic::ABCMetaballWriter::free_export_mesh
virtual void free_export_mesh(Mesh *mesh) override
Definition:
abc_writer_mball.cc:61
blender::io::alembic::ABCMetaballWriter::ABCMetaballWriter
ABCMetaballWriter(const ABCWriterConstructorArgs &args)
Definition:
abc_writer_mball.cc:23
blender::io::alembic::ABCMetaballWriter::is_supported
virtual bool is_supported(const HierarchyContext *context) const override
Definition:
abc_writer_mball.cc:28
blender::io::alembic::ABCMetaballWriter::check_is_animated
virtual bool check_is_animated(const HierarchyContext &context) const override
Definition:
abc_writer_mball.cc:36
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
mesh
Mesh mesh
Definition:
deg_eval_copy_on_write.cc:105
blender::compositor::context
cl_context context
Definition:
COM_WorkScheduler.cc:73
blender::io::alembic
Definition:
abc_archive.cc:24
Mesh
Definition:
DNA_mesh_types.h:151
Object
Definition:
DNA_object_types.h:242
Scene
Definition:
DNA_scene_types.h:1739
blender::io::HierarchyContext
Definition:
IO_abstract_hierarchy_iterator.h:44
blender::io::alembic::ABCWriterConstructorArgs
Definition:
abc_hierarchy_iterator.h:24
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1