Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/shader/nodes/node_shader_common.c
| Show All 22 Lines | |||||
| */ | */ | ||||
| #include "DNA_node_types.h" | #include "DNA_node_types.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "node_shader_util.h" | #include "node_shader_utils.h" | ||||
| #include "NOD_common.h" | #include "NOD_common.h" | ||||
| #include "node_common.h" | #include "node_common.h" | ||||
| #include "node_exec.h" | #include "node_exec.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| static void copy_stack(bNodeStack *to, bNodeStack *from) | static void copy_stack(bNodeStack *to, bNodeStack *from) | ||||
| { | { | ||||
| ▲ Show 20 Lines • Show All 231 Lines • Show Last 20 Lines | |||||