2025-12-01
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
if "bpy" not in locals():
|
||||
import bpy
|
||||
from . import receiver
|
||||
from . import detector
|
||||
from . import recorder
|
||||
from . import actor
|
||||
from . import command_api
|
||||
from . import info
|
||||
from . import retargeting
|
||||
from . import login
|
||||
else:
|
||||
import importlib
|
||||
|
||||
importlib.reload(receiver)
|
||||
importlib.reload(detector)
|
||||
importlib.reload(recorder)
|
||||
importlib.reload(actor)
|
||||
importlib.reload(command_api)
|
||||
importlib.reload(info)
|
||||
importlib.reload(retargeting)
|
||||
importlib.reload(login)
|
||||
Reference in New Issue
Block a user