Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_operators/object.py
| Context not available. | |||||
| objects = [ob for ob in context.selected_editable_objects | objects = [ob for ob in context.selected_editable_objects | ||||
| if ob != ob_act] | if ob != ob_act] | ||||
| if 1: # swap from/to, means we cant copy to many at once. | if 1: # swap from/to, means we can't copy to many at once. | ||||
| if len(objects) != 1: | if len(objects) != 1: | ||||
| self.report({'ERROR'}, | self.report({'ERROR'}, | ||||
| ("Expected one other selected " | ("Expected one other selected " | ||||
| Context not available. | |||||