Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-01-09 09:03:39 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-01-09 09:03:39 +0300
commitc5ee3ac7e0e35e98db4e111d5b192581cebb09bd (patch)
tree722b81f6168764cb22193d33d21758287e1aa091 /source/blender/nodes/texture/nodes/node_texture_common.c
parente17ac8dc58c7108cfb3a784a595912c063e09cf4 (diff)
Cleanup: Remove no op socket templates
Diffstat (limited to 'source/blender/nodes/texture/nodes/node_texture_common.c')
-rw-r--r--source/blender/nodes/texture/nodes/node_texture_common.c1
1 files changed, 0 insertions, 1 deletions
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);