Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_userpref.py
| Context not available. | |||||
| col = layout.column() | col = layout.column() | ||||
| col.prop(edit, "sculpt_paint_overlay_color", text="Sculpt Overlay Color") | col.prop(edit, "sculpt_paint_overlay_color", text="Sculpt Overlay Color") | ||||
| col.prop(edit, "node_margin", text="Node Auto-offset Margin") | col.prop(edit, "node_margin", text="Node Auto-offset Margin") | ||||
| col.prop(edit, "not_enter_edit_mode", text="Force not from scuplt mode Enter Edit mode") | |||||
| # ----------------------------------------------------------------------------- | # ----------------------------------------------------------------------------- | ||||
| Context not available. | |||||