We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Game Tools > Delete Rig - Keep Joints or Disconnect Joints generates an AttributeError
Delete Rig - Keep Joints: A dialog appears asking permission to delete rig. After selecting 'OK', rig is deleting but the joints remain
Disconnect Joints: The joints are disconnected from the rig
Delete Rig - Keep Joints: A dialog appears asking permission to delete rig. After selecting 'OK', an error is generated
Disconnect Joints: An error is generated immediately on execution
# Error: 'str' object has no attribute 'name' # # Traceback (most recent call last): # # File "<maya console>", line 3, in <module> # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\core\utils.py", line 236, in wrap # # raise e # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\core\utils.py", line 233, in wrap # # return func(*args, **kwargs) # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\shifter\game_tools_disconnect.py", line 102, in delete_rig_keep_joints # # disconnect_joints() # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\core\utils.py", line 236, in wrap # # raise e # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\core\utils.py", line 233, in wrap # # return func(*args, **kwargs) # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\shifter\game_tools_disconnect.py", line 51, in disconnect_joints # # cnx, mcons_nodes = get_connections(g.members(), embed_info=True) # # File "C:\Users\username\Documents\maya\modules\scripts\mgear\shifter\game_tools_disconnect.py", line 307, in get_connections # # if not jnt.name().startswith(("blend_", "leaf_")): # # AttributeError: 'str' object has no attribute 'name
The text was updated successfully, but these errors were encountered:
miquelcampos
No branches or pull requests
🐞 Bug Report
Description
Using Game Tools > Delete Rig - Keep Joints or Disconnect Joints generates an AttributeError
Steps to Reproduce
Expected Behavior
Delete Rig - Keep Joints:
A dialog appears asking permission to delete rig. After selecting 'OK', rig is deleting but the joints remain
Disconnect Joints:
The joints are disconnected from the rig
Actual Behavior
Delete Rig - Keep Joints:
A dialog appears asking permission to delete rig. After selecting 'OK', an error is generated
Disconnect Joints:
An error is generated immediately on execution
Maya Version
mGear Version
Error Log Formatting
The text was updated successfully, but these errors were encountered: