Cleanup: Remove no op socket templates
This commit is contained in:
@@ -170,7 +170,6 @@ void register_node_type_tex_group(void)
|
||||
BLI_assert(ntype.rna_ext.srna != NULL);
|
||||
RNA_struct_blender_type_set(ntype.rna_ext.srna, &ntype);
|
||||
|
||||
node_type_socket_templates(&ntype, NULL, NULL);
|
||||
node_type_size(&ntype, 140, 60, 400);
|
||||
ntype.labelfunc = node_group_label;
|
||||
node_type_group_update(&ntype, node_group_update);
|
||||
|
||||
Reference in New Issue
Block a user