Cycles: checker texture node, patch by Thomas.

This commit is contained in:
2012-01-08 14:55:43 +00:00
parent 4487103e61
commit 8bfa48384d
16 changed files with 222 additions and 1 deletions

View File

@@ -1945,6 +1945,7 @@ static void registerShaderNodes(bNodeTreeType *ttype)
register_node_type_sh_tex_musgrave(ttype);
register_node_type_sh_tex_gradient(ttype);
register_node_type_sh_tex_magic(ttype);
register_node_type_sh_tex_checker(ttype);
}
static void registerTextureNodes(bNodeTreeType *ttype)