Files
clever-show/blender-addon/clever-show-addon-src/operators/check.py
2020-07-07 13:07:37 +03:00

8 lines
162 B
Python

import bpy
from bpy.types import Operator
class CheckSwarmAnimation(Operator):
bl_idname = "clever_show.check"
bl_label = "Check clever-show animation"