Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/shader/node_shader_utils.c
- This file was moved from source/blender/nodes/shader/node_shader_util.c.
| Show All 17 Lines | |||||
| */ | */ | ||||
| /** \file | /** \file | ||||
| * \ingroup nodes | * \ingroup nodes | ||||
| */ | */ | ||||
| #include "DNA_node_types.h" | #include "DNA_node_types.h" | ||||
| #include "node_shader_util.h" | #include "node_shader_utils.h" | ||||
| #include "node_exec.h" | #include "node_exec.h" | ||||
| bool sh_node_poll_default(bNodeType *UNUSED(ntype), bNodeTree *ntree) | bool sh_node_poll_default(bNodeType *UNUSED(ntype), bNodeTree *ntree) | ||||
| { | { | ||||
| return STREQ(ntree->idname, "ShaderNodeTree"); | return STREQ(ntree->idname, "ShaderNodeTree"); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 279 Lines • Show Last 20 Lines | |||||