Blender V2.61 - r43446
Functions | Variables

node_shader_holdout.c File Reference

#include "../node_shader_util.h"

Go to the source code of this file.

Functions

void register_node_type_sh_holdout (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate sh_node_holdout_in []
static bNodeSocketTemplate sh_node_holdout_out []

Function Documentation

void register_node_type_sh_holdout ( bNodeTreeType ttype)

Variable Documentation

Initial value:
 {
    {   -1, 0, ""   }
}

Definition at line 32 of file node_shader_holdout.c.

Initial value:
 {
    {   SOCK_SHADER, 0, "Holdout"},
    {   -1, 0, ""   }
}

Definition at line 36 of file node_shader_holdout.c.