Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/properties_data_gpencil.py
| Context not available. | |||||
| gpd = context.gpencil_data | gpd = context.gpencil_data | ||||
| gpl = context.active_gpencil_layer | gpl = context.active_gpencil_layer | ||||
| layout.prop(gpd, "xray_mode", text="Depth Ordering") | layout.prop(gpd, "object_depth_order") | ||||
| if gpd.xray_mode == '3DSPACE': | if gpd.object_depth_order == '3DSPACE': | ||||
| layout.prop(gpd, "draw_mode", text="Mode") | layout.prop(gpd, "stroke_depth_order") | ||||
| layout.prop(ob, "empty_display_size", text="Marker Size") | layout.prop(ob, "empty_display_size", text="Marker Size") | ||||
| Context not available. | |||||