Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/anim_deps.c
| Show All 26 Lines | |||||
| #include "BKE_fcurve.h" | #include "BKE_fcurve.h" | ||||
| #include "BKE_gpencil.h" | #include "BKE_gpencil.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_path.h" | |||||
| #include "SEQ_sequencer.h" | #include "SEQ_sequencer.h" | ||||
| #include "SEQ_utils.h" | #include "SEQ_utils.h" | ||||
| #include "ED_anim_api.h" | #include "ED_anim_api.h" | ||||
| /* **************************** depsgraph tagging ******************************** */ | /* **************************** depsgraph tagging ******************************** */ | ||||
| ▲ Show 20 Lines • Show All 367 Lines • Show Last 20 Lines | |||||