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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-08-24 11:04:33 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-08-24 11:04:33 +0300
commitb8c9df6f21587014cb6f11aa5bed6f9c1044e6ee (patch)
treeb106ebde0ac8edda4ec69ccc45f494a407bae5c4 /source/blender/editors/interface
parentf029aefe3e051d213292cf0d9be20d5438ca618f (diff)
Compositor: Added Weighted Standard Curve evaluation
Available in RGB Curve node in the compositor and as modifier in the sequencer. I reshuffled the values of the enum. But a the first commit is just 1 day old I think that the order is more important than the file compatibility.
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 9c4e7faa73e..27805f2cf1e 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -2965,7 +2965,7 @@ static void curvemap_buttons_layout(
if (tone) {
split = uiLayoutSplit(layout, 0.0f, false);
- uiItemR(uiLayoutRow(split, false), ptr, "tone", UI_ITEM_R_EXPAND, NULL, ICON_NONE);
+ uiItemR(uiLayoutRow(split, false), ptr, "tone", 0, NULL, ICON_NONE);
}
/* curve chooser */