|
Blender V4.3
|
#include "intern/depsgraph_light_linking.hh"#include "MEM_guardedalloc.h"#include "BLI_hash.hh"#include "BLI_listbase.h"#include "BLI_map.hh"#include "BLI_utildefines.h"#include "BKE_collection.hh"#include "DNA_collection_types.h"#include "DNA_layer_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "DEG_depsgraph_light_linking.hh"#include "DEG_depsgraph_query.hh"#include "intern/depsgraph.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
| namespace | blender::deg::light_linking |
| namespace | blender::deg::light_linking::internal |
Functions | |
| void | blender::deg::light_linking::eval_runtime_data (const ::Depsgraph *depsgraph, Object &object_eval) |
Light linking utilities.
Definition in file depsgraph_light_linking.cc.