Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_info.py
| Context not available. | |||||
| def draw(self, context): | def draw(self, context): | ||||
| layout = self.layout | layout = self.layout | ||||
| layout.operator("file.pack_all", text="Pack into .blend file") | layout.operator("file.autopack_toggle", icon='PREFERENCES') | ||||
| layout.operator("file.unpack_all", text="Unpack into Files") | |||||
| layout.separator() | |||||
| layout.operator("file.pack_all") | |||||
| layout.operator("file.unpack_all") | |||||
| layout.separator() | layout.separator() | ||||
| Context not available. | |||||