|
Blender V4.3
|
#include "blender/light_linking.h"#include "blender/object_cull.h"#include "blender/sync.h"#include "blender/util.h"#include "scene/alembic.h"#include "scene/camera.h"#include "scene/integrator.h"#include "scene/light.h"#include "scene/mesh.h"#include "scene/object.h"#include "scene/particles.h"#include "scene/scene.h"#include "scene/shader.h"#include "scene/shader_graph.h"#include "scene/shader_nodes.h"#include "scene/volume.h"#include "util/foreach.h"#include "util/hash.h"#include "util/log.h"#include "util/task.h"#include "BKE_duplilist.hh"Go to the source code of this file.
Functions | |
| DupliObject * | rna_hack_DepsgraphObjectInstance_dupli_object_get (PointerRNA *ptr) |
| 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 BKE_object_dupli_find_rgba_attribute(), Object::data, Object::parent, and rna_hack_DepsgraphObjectInstance_dupli_object_get().
| DupliObject * rna_hack_DepsgraphObjectInstance_dupli_object_get | ( | PointerRNA * | ptr | ) |
Referenced by lookup_instance_property().