[Bf-blender-cvs] [1d8f17c64ed] fcurve-modifier-panels: Add comment

Hans Goudey noreply at git.blender.org
Mon Oct 19 04:45:01 CEST 2020


Commit: 1d8f17c64ed9d8e4813053846dc27a0e06a0a6d6
Author: Hans Goudey
Date:   Wed Aug 12 11:35:40 2020 -0400
Branches: fcurve-modifier-panels
https://developer.blender.org/rB1d8f17c64ed9d8e4813053846dc27a0e06a0a6d6

Add comment

===================================================================

M	source/blender/editors/animation/fmodifier_ui.c

===================================================================

diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index e3cbec41eee..93ecfe8223a 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -496,6 +496,7 @@ static void generator_panel_draw(const bContext *C, Panel *panel)
       char xval[32];
 
       uiLayout *col = uiLayoutColumn(layout, true);
+      /* The value gets a "Coefficient" label. */
       BLI_strncpy(xval, "Coefficient", sizeof(xval));
       for (int co = 0; co < data->arraysize; co++) {
         PropertyRNA *prop = RNA_struct_find_property(&ptr, "coefficients");



More information about the Bf-blender-cvs mailing list