Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d.py
| Context not available. | |||||
| layout.menu("VIEW3D_MT_vertex_group") | layout.menu("VIEW3D_MT_vertex_group") | ||||
| layout.menu("VIEW3D_MT_hook") | layout.menu("VIEW3D_MT_hook") | ||||
| layout.separator() | |||||
| layout.operator("object.vertex_parent_set", text="Make Vertex Parent") | |||||
| class VIEW3D_MT_edit_mesh_edges(Menu): | class VIEW3D_MT_edit_mesh_edges(Menu): | ||||
| bl_label = "Edges" | bl_label = "Edges" | ||||
| Context not available. | |||||
| layout.menu("VIEW3D_MT_hook") | layout.menu("VIEW3D_MT_hook") | ||||
| layout.separator() | |||||
| layout.operator("object.vertex_parent_set", text="Make Vertex Parent") | |||||
| class VIEW3D_MT_edit_curve_segments(Menu): | class VIEW3D_MT_edit_curve_segments(Menu): | ||||
| bl_label = "Segments" | bl_label = "Segments" | ||||
| Context not available. | |||||
| layout.separator() | layout.separator() | ||||
| layout.operator("object.vertex_parent_set", text="Make Vertex Parent") | |||||
| layout.separator() | |||||
| layout.menu("VIEW3D_MT_edit_proportional") | layout.menu("VIEW3D_MT_edit_proportional") | ||||
| Context not available. | |||||