Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/texture/node_texture_utils.h
- This file was moved from source/blender/nodes/texture/node_texture_util.h.
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| #include "BKE_colortools.h" | #include "BKE_colortools.h" | ||||
| #include "BKE_global.h" | #include "BKE_global.h" | ||||
| #include "BKE_image.h" | #include "BKE_image.h" | ||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_material.h" | #include "BKE_material.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "BKE_texture.h" | #include "BKE_texture.h" | ||||
| #include "node_util.h" | #include "node_utils.h" | ||||
| #include "NOD_texture.h" | #include "NOD_texture.h" | ||||
| #include "BLT_translation.h" | #include "BLT_translation.h" | ||||
| #include "IMB_imbuf_types.h" | #include "IMB_imbuf_types.h" | ||||
| #include "IMB_imbuf.h" | #include "IMB_imbuf.h" | ||||
| #include "RE_pipeline.h" | #include "RE_pipeline.h" | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||