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:
authorThomas Dinges <blender@dingto.org>2013-05-22 21:24:52 +0400
committerThomas Dinges <blender@dingto.org>2013-05-22 21:24:52 +0400
commitf594e9b6acfe47d4f36282a787aa201c87bda37a (patch)
treec0d17f47393bc54e365f331180f1e09e694f2dd6 /source/blender/nodes/texture/nodes/node_texture_common.c
parent1840cb84b2c9fd38c01def6ae9702736c0b1e32e (diff)
Texture Nodes:
* Use node size presets as well, some nodes were too small and also too limited in max size.
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 d96042623b2..c5ba3e1c726 100644
--- a/source/blender/nodes/texture/nodes/node_texture_common.c
+++ b/source/blender/nodes/texture/nodes/node_texture_common.c
@@ -166,7 +166,6 @@ void register_node_type_tex_group(void)
RNA_struct_blender_type_set(ntype.ext.srna, &ntype);
node_type_socket_templates(&ntype, NULL, NULL);
- node_type_size(&ntype, 120, 60, 200);
node_type_label(&ntype, node_group_label);
node_type_update(&ntype, NULL, node_group_verify);
node_type_exec(&ntype, group_initexec, group_freeexec, group_execute);