Commit: c5ee3ac7e0e35e98db4e111d5b192581cebb09bd Author: Aaron Carlisle Date: Sun Jan 9 01:03:39 2022 -0500 Branches: master https://developer.blender.org/rBc5ee3ac7e0e35e98db4e111d5b192581cebb09bd
Cleanup: Remove no op socket templates =================================================================== M source/blender/nodes/texture/nodes/node_texture_common.c =================================================================== diff --git a/source/blender/nodes/texture/nodes/node_texture_common.c b/source/blender/nodes/texture/nodes/node_texture_common.c index b01353bcd21..d68cfe78b44 100644 --- a/source/blender/nodes/texture/nodes/node_texture_common.c +++ b/source/blender/nodes/texture/nodes/node_texture_common.c @@ -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); _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
