Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_view3d_toolbar.py
| Context not available. | |||||
| def draw(self, context): | def draw(self, context): | ||||
| layout = self.layout | layout = self.layout | ||||
| layout.operator("mesh.blend_from_shape") | |||||
| col = layout.column(align=True) | col = layout.column(align=True) | ||||
| col.label(text="Deform:") | col.label(text="Deform:") | ||||
| row = col.row(align=True) | row = col.row(align=True) | ||||
| Context not available. | |||||
| if __name__ == "__main__": # only for live edit. | if __name__ == "__main__": # only for live edit. | ||||
| bpy.utils.register_module(__name__) | bpy.utils.register_module(__name__) | ||||
| Context not available. | |||||