Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/texture/nodes/node_texture_proc.c
| Show All 15 Lines | |||||
| * The Original Code is Copyright (C) 2005 Blender Foundation. | * The Original Code is Copyright (C) 2005 Blender Foundation. | ||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup texnodes | * \ingroup texnodes | ||||
| */ | */ | ||||
| #include "node_texture_util.h" | #include "node_texture_utils.h" | ||||
| #include "NOD_texture.h" | #include "NOD_texture.h" | ||||
| #include "RE_shader_ext.h" | #include "RE_shader_ext.h" | ||||
| /* | /* | ||||
| * In this file: wrappers to use procedural textures as nodes | * In this file: wrappers to use procedural textures as nodes | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 281 Lines • Show Last 20 Lines | |||||