mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-04 19:19:33 +00:00
8 lines
162 B
Python
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"
|