Update
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
|
||||
"""
|
||||
Behaviour function module
|
||||
行为系统工具函数模块 - 提供行为系统UI所需的所有功能函数
|
||||
"""
|
||||
|
||||
#===================================== IMPORT MODULES =====================================
|
||||
import maya.cmds as cmds
|
||||
import pymel.core as pm
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
import importlib
|
||||
import sys
|
||||
import os
|
||||
@@ -19,5 +21,4 @@ def behaviour_temp_utils_function():
|
||||
Placeholder function for behaviour module
|
||||
This function will be replaced with actual functionality in future updates
|
||||
"""
|
||||
print("Behaviour module initialized with placeholder function")
|
||||
return True
|
||||
print("Behaviour module temporary function called")
|
Reference in New Issue
Block a user