Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/composite/node_composite_util.hh
| Show All 21 Lines | |||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "DNA_ID.h" | #include "DNA_ID.h" | ||||
| #include "DNA_movieclip_types.h" | #include "DNA_movieclip_types.h" | ||||
| #include "DNA_node_types.h" | #include "DNA_node_types.h" | ||||
| #include "BLI_blenlib.h" | |||||
| #include "BLI_math.h" | |||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "BKE_colorband.h" | #include "BKE_colorband.h" | ||||
| #include "BKE_colortools.h" | #include "BKE_colortools.h" | ||||
| #include "BKE_image.h" | #include "BKE_image.h" | ||||
| #include "BKE_texture.h" | #include "BKE_texture.h" | ||||
| #include "BKE_tracking.h" | #include "BKE_tracking.h" | ||||
| Show All 19 Lines | |||||