예제 #1
0
 def execute(self, context):
     functions.clear_shots()
     functions.sync_timeline(self, context)
     return {'FINISHED'}
예제 #2
0
 def execute(self, context):
     functions.move_shot_up(index=self.index)
     functions.autorename_shots()
     functions.sync_timeline(self, context)
     return {'FINISHED'}
예제 #3
0
 def execute(self, context):
     functions.import_milkshake_shots()
     functions.sync_timeline(self, context)
     return {'FINISHED'}