Page Menu
Home
Search
Configure Global Search
Log In
Files
F2619
addpatch.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Joseph Eagar (joeedh)
Nov 13 2013, 1:05 PM
Size
717 B
Subscribers
None
addpatch.diff
View Options
Index: source/blender/src/buttons_shading.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/buttons_shading.c,v
retrieving revision 1.157.2.22
diff -r1.157.2.22 buttons_shading.c
1159c1159,1161
< uiDefButF(block, NUM, event, "A:", xs+2.0f*unit,butr->ymin+20.0f,4.0f*unit,20, &(cbd->a), 0.0f, 1.0f, 10, 2, "");
---
> uiDefButF(block, NUM, event, "A:", xs+2.0f*unit,butr->ymin+20.0f,2.0f*unit,20, &(cbd->a), 0.0f, 1.0f, 10, 2, "");
> bt= uiDefBut(block, BUT, event, "Add", xs+4.0f*unit,butr->ymin+20.0f,2.0f*unit,20, NULL, 0, 0, 0, 0, "Add a new position to the ColorRamp");
> uiButSetFunc(bt, colorband_add_cb, coba, NULL);
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
34/77/3a69843f5b71c3de45c15124e7e4
Event Timeline
Log In to Comment