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.new_shot() functions.autorename_shots() return {'FINISHED'}