Blender
V3.3
|
#include "scene/curves.h"
#include "scene/hair.h"
#include "scene/mesh.h"
#include "scene/object.h"
#include "scene/pointcloud.h"
#include "scene/volume.h"
#include "blender/sync.h"
#include "blender/util.h"
#include "util/foreach.h"
#include "util/task.h"
Go to the source code of this file.
Functions | |
static CCL_NAMESPACE_BEGIN Geometry::Type | determine_geom_type (BObjectInfo &b_ob_info, bool use_particle_hair) |
|
static |
Definition at line 19 of file blender/geometry.cpp.
References Geometry::HAIR, Geometry::MESH, BObjectInfo::object_data, object_fluid_gas_domain_find(), Geometry::POINTCLOUD, BObjectInfo::real_object, and Geometry::VOLUME.