Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_layer.c
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| # include "RNA_access.h" | # include "RNA_access.h" | ||||
| # include "BKE_idprop.h" | # include "BKE_idprop.h" | ||||
| # include "BKE_layer.h" | # include "BKE_layer.h" | ||||
| # include "BKE_mesh.h" | # include "BKE_mesh.h" | ||||
| # include "BKE_node.h" | # include "BKE_node.h" | ||||
| # include "BKE_scene.h" | # include "BKE_scene.h" | ||||
| # include "NOD_composite.h" | |||||
| # include "BLI_listbase.h" | # include "BLI_listbase.h" | ||||
| # include "DEG_depsgraph_build.h" | # include "DEG_depsgraph_build.h" | ||||
| # include "DEG_depsgraph_query.h" | # include "DEG_depsgraph_query.h" | ||||
| /***********************************/ | /***********************************/ | ||||
| static PointerRNA rna_ViewLayer_active_layer_collection_get(PointerRNA *ptr) | static PointerRNA rna_ViewLayer_active_layer_collection_get(PointerRNA *ptr) | ||||
| ▲ Show 20 Lines • Show All 547 Lines • Show Last 20 Lines | |||||