First Commit

This commit is contained in:
2026-04-08 11:47:23 +02:00
committed by GitHub
parent 67b5d118c2
commit 96d567eb9e
11 changed files with 1050 additions and 0 deletions

16
operators/__init__.py Normal file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from .vrc import (
VRCVIS_OT_AutoDetect,
VRCVIS_OT_Preview,
VRCVIS_OT_UpdatePreview,
VRCVIS_OT_Generate,
VRCVIS_OT_RemoveAll,
VRCVIS_OT_Reorder,
)
from .mmd import (
VRCVIS_OT_MMDAutoDetect,
VRCVIS_OT_MMDConvert,
VRCVIS_OT_MMDRemove,
)