Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_space.c
| Context not available. | |||||
| prop = RNA_def_property(srna, "show_sync_view", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "show_sync_view", PROP_BOOLEAN, PROP_NONE); | ||||
| RNA_def_property_boolean_sdna(prop, NULL, "viewlock", RV3D_BOXVIEW); | RNA_def_property_boolean_sdna(prop, NULL, "viewlock", RV3D_BOXVIEW); | ||||
| RNA_def_property_ui_text(prop, "Box", "Sync view position between side views"); | RNA_def_property_ui_text(prop, "Sync zoom/pan", "Sync view position between side views"); | ||||
| RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, "rna_RegionView3D_quadview_update"); | RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, "rna_RegionView3D_quadview_update"); | ||||
| prop = RNA_def_property(srna, "use_box_clip", PROP_BOOLEAN, PROP_NONE); | prop = RNA_def_property(srna, "use_box_clip", PROP_BOOLEAN, PROP_NONE); | ||||
| Context not available. | |||||