Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| RNA_def_property_boolean_sdna(prop, NULL, "flag", SIPO_NORMALIZE); | RNA_def_property_boolean_sdna(prop, NULL, "flag", SIPO_NORMALIZE); | ||||
| RNA_def_property_ui_text(prop, | RNA_def_property_ui_text(prop, | ||||
| "Use Normalization", | "Use Normalization", | ||||
| "Display curves in normalized to -1..1 range, " | "Display curves in normalized range from -1 to 1, " | ||||
| "for easier editing of multiple curves with different ranges"); | "for easier editing of multiple curves with different ranges"); | ||||
| RNA_def_property_update(prop, NC_SPACE | ND_SPACE_GRAPH, NULL); | RNA_def_property_update(prop, NC_SPACE | ND_SPACE_GRAPH, NULL); | ||||
| Context not available. | |||||