|
Blender V5.0
|
#include "scene/curves.h"#include "scene/hair.h"#include "scene/light.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/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 20 of file blender/geometry.cpp.
References Geometry::HAIR, Geometry::LIGHT, Geometry::MESH, BObjectInfo::object_data, object_fluid_gas_domain_find(), object_get_data(), Geometry::POINTCLOUD, BObjectInfo::real_object, BObjectInfo::use_adaptive_subdivision, and Geometry::VOLUME.