Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/shader/nodes/node_shader_common.c
| Context not available. | |||||
| void register_node_type_sh_custom_group(bNodeType *ntype) | void register_node_type_sh_custom_group(bNodeType *ntype) | ||||
| { | { | ||||
| ntype->insert_link = node_insert_link_default; | |||||
| ntype->update_internal_links = node_update_internal_links_default; | ntype->update_internal_links = node_update_internal_links_default; | ||||
| node_type_exec(ntype, group_initexec, group_freeexec, group_execute); | node_type_exec(ntype, group_initexec, group_freeexec, group_execute); | ||||
| node_type_gpu(ntype, gpu_group_execute); | node_type_gpu(ntype, gpu_group_execute); | ||||
| Context not available. | |||||