Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d_toolbar.py
| Context not available. | |||||
| row.prop(sculpt, "lock_z", text="Z", toggle=True) | row.prop(sculpt, "lock_z", text="Z", toggle=True) | ||||
| layout.label(text="Tiling:") | |||||
| row = layout.row(align=True) | |||||
| row.prop(sculpt, "tile_x", text="X", toggle=True) | |||||
| row.prop(sculpt, "tile_y", text="Y", toggle=True) | |||||
| row.prop(sculpt, "tile_z", text="Z", toggle=True) | |||||
| layout.column().prop(sculpt, "tile_offset", text="Tile Offset") | |||||
| class VIEW3D_PT_tools_brush_appearance(Panel, View3DPaintPanel): | class VIEW3D_PT_tools_brush_appearance(Panel, View3DPaintPanel): | ||||
| bl_category = "Options" | bl_category = "Options" | ||||
| bl_label = "Appearance" | bl_label = "Appearance" | ||||
| Context not available. | |||||