Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d_toolbar.py
| Context not available. | |||||
| row.operator("curve.handle_type_set", text="Free").type = 'FREE_ALIGN' | row.operator("curve.handle_type_set", text="Free").type = 'FREE_ALIGN' | ||||
| col = layout.column(align=True) | col = layout.column(align=True) | ||||
| col.operator("curve.recalculate_handles", text="Recalculate") | |||||
| col = layout.column(align=True) | |||||
| col.label(text="Modeling:") | col.label(text="Modeling:") | ||||
| col.operator("curve.extrude_move", text="Extrude") | col.operator("curve.extrude_move", text="Extrude") | ||||
| col.operator("curve.subdivide") | col.operator("curve.subdivide") | ||||
| Context not available. | |||||