Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "render_border_min_x", PROP_FLOAT, PROP_NONE); | prop = RNA_def_property(srna, "render_border_min_x", PROP_FLOAT, PROP_NONE); | ||||
| RNA_def_property_float_sdna(prop, NULL, "render_border.xmin"); | RNA_def_property_float_sdna(prop, NULL, "render_border.xmin"); | ||||
| RNA_def_property_range(prop, 0.0f, 1.0f); | RNA_def_property_range(prop, 0.0f, 1.0f); | ||||
| RNA_def_property_ui_text(prop, "Border Minimum X", "Minimum X value to for the render border"); | RNA_def_property_ui_text(prop, "Border Minimum X", "Minimum X value for the render border"); | ||||
| RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL); | RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL); | ||||
| prop = RNA_def_property(srna, "render_border_min_y", PROP_FLOAT, PROP_NONE); | prop = RNA_def_property(srna, "render_border_min_y", PROP_FLOAT, PROP_NONE); | ||||
| Context not available. | |||||