|
Blender
V2.93
|
#include "render/camera.h"#include "render/graph.h"#include "render/integrator.h"#include "render/light.h"#include "render/mesh.h"#include "render/nodes.h"#include "render/object.h"#include "render/particles.h"#include "render/scene.h"#include "render/shader.h"#include "blender/blender_object_cull.h"#include "blender/blender_sync.h"#include "blender/blender_util.h"#include "util/util_foreach.h"#include "util/util_hash.h"#include "util/util_logging.h"#include "util/util_task.h"Go to the source code of this file.
Functions | |
| static bool | lookup_property (BL::ID b_id, const string &name, float4 *r_value) |
| static float4 | lookup_instance_property (BL::DepsgraphObjectInstance &b_instance, const string &name, bool use_instancer) |
|
static |
Definition at line 386 of file blender_object.cpp.
References lookup_property(), make_float4, and string_printf().
|
static |
Definition at line 347 of file blender_object.cpp.
References make_float4, NULL, PROP_FLOAT, PROP_INT, ptr, RNA_path_resolve(), RNA_property_array_length(), RNA_property_float_get(), RNA_property_float_get_array(), RNA_property_int_get(), RNA_property_type(), and type.
Referenced by lookup_instance_property().