def execute(self, context): functions.clear_shots() functions.sync_timeline(self, context) return {'FINISHED'}
def execute(self, context): functions.move_shot_up(index=self.index) functions.autorename_shots() functions.sync_timeline(self, context) return {'FINISHED'}
def execute(self, context): functions.import_milkshake_shots() functions.sync_timeline(self, context) return {'FINISHED'}