|
Blender
V3.3
|
#include "abc_writer_abstract.h"#include "abc_hierarchy_iterator.h"#include "BKE_animsys.h"#include "BKE_key.h"#include "BKE_object.h"#include "DNA_modifier_types.h"#include "DEG_depsgraph.h"#include <Alembic/AbcGeom/Visibility.h>#include "CLG_log.h"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::io | |
| blender::io::alembic | |
Variables | |
| static CLG_LogRef | LOG = {"io.alembic"} |
|
static |
Definition at line 17 of file abc_writer_abstract.cc.
Referenced by blender::io::alembic::ABCAbstractWriter::update_bounding_box().