Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| row.prop(tool_settings, "use_snap", text="") | row.prop(tool_settings, "use_snap", text="") | ||||
| sub = row.row(align=True) | sub = row.row(align=True) | ||||
| sub.active = tool_settings.use_snap | |||||
| sub.popover( | sub.popover( | ||||
| panel="VIEW3D_PT_snapping", | panel = "VIEW3D_PT_snapping", | ||||
| icon=icon, | icon = icon, | ||||
| text=text, | text = text, | ||||
| ) | ) | ||||
| # Proportional editing | # Proportional editing | ||||
| Context not available. | |||||