Page Menu
Home
Search
Configure Global Search
Log In
Files
F1915
buttons_editing.c.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Johnny Matthews (guitargeek)
Nov 13 2013, 1:00 PM
Size
1 KB
Subscribers
None
buttons_editing.c.patch
View Options
Index: source/blender/src/buttons_editing.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/buttons_editing.c,v
retrieving revision 1.235
diff -u -r1.235 buttons_editing.c
--- source/blender/src/buttons_editing.c 19 Nov 2005 13:16:36 -0000 1.235
+++ source/blender/src/buttons_editing.c 25 Nov 2005 16:49:03 -0000
@@ -1475,9 +1475,10 @@
uiDefButF(block, NUM, B_REDR, "Max ", 235,120, 75, 20, &kb->slidermax, -10.0, 10.0, 100, 1, "Maximum for slider");
uiBlockEndAlign(block);
}
- if(key->type && ob->shapenr!=1)
- uiDefBut(block, TEX, B_MODIFIER_RECALC, "VGroup: ", 10, 90, 150,19, &kb->vgroup, 0.0, 31.0, 0, 0, "Vertex Weight Group name, to blend with Basis Shape");
-
+ if(ob->type == OB_MESH){
+ if(key->type && ob->shapenr!=1)
+ uiDefBut(block, TEX, B_MODIFIER_RECALC, "VGroup: ", 10, 90, 150,19, &kb->vgroup, 0.0, 31.0, 0, 0, "Vertex Weight Group name, to blend with Basis Shape");
+ }
}
/* *************************** FONT ******************************** */
@@ -3888,6 +3889,7 @@
break;
case OB_CURVE:
+ editing_panel_shapes(ob);
case OB_SURF:
cu= ob->data;
editing_panel_links(ob);
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
de/9e/919f18d7025b06d9b57b9ce89723
Event Timeline
Log In to Comment