Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/fmodifier_ui.c
| Context not available. | |||||
| col = uiLayoutColumn(split, FALSE); | col = uiLayoutColumn(split, FALSE); | ||||
| uiItemR(col, &ptr, "scale", 0, NULL, ICON_NONE); | uiItemR(col, &ptr, "scale", 0, NULL, ICON_NONE); | ||||
| uiItemR(col, &ptr, "strength", 0, NULL, ICON_NONE); | uiItemR(col, &ptr, "strength", 0, NULL, ICON_NONE); | ||||
| uiItemR(col, &ptr, "offset", 0, NULL, ICON_NONE); | |||||
| /* col 2 */ | /* col 2 */ | ||||
| col = uiLayoutColumn(split, FALSE); | col = uiLayoutColumn(split, FALSE); | ||||
| Context not available. | |||||