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:
authorTon Roosendaal <ton@blender.org>2009-05-20 19:20:24 +0400
committerTon Roosendaal <ton@blender.org>2009-05-20 19:20:24 +0400
commita06caced79d3735e0f1ff15a72b3789fca833fa1 (patch)
tree64d2196203028e1e24d77da1757c7bebae5a8349 /source/blender/editors/space_node
parentd6f71875bdc26b88231540eb5c5ac8108b60ed54 (diff)
2.5
Colorband (ramp) buttons back (now only in Node editor)
Diffstat (limited to 'source/blender/editors/space_node')
-rw-r--r--source/blender/editors/space_node/drawnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index cfbb03b9865..50cf193f37b 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -291,7 +291,7 @@ static int node_buts_valtorgb(uiBlock *block, bNodeTree *ntree, bNode *node, rct
{
if(block) {
if(node->storage) {
- ; // XXX draw_colorband_buts_small(block, node->storage, butr, B_NODE_EXEC);
+ uiBlockColorbandButtons(block, node->storage, butr, B_NODE_EXEC);
}
}
return 40;