Skip to content

Commit

Permalink
HumanIK mapper. Change Pymel.mel by mel.eval. Looks like Pymel versio…
Browse files Browse the repository at this point in the history
…n is buggy
  • Loading branch information
miquelcampos committed Apr 28, 2024
1 parent 10581f9 commit 3a38a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/scripts/mgear/animbits/humanIkMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import maya.cmds as cmds
from maya import OpenMayaUI as omui
from shiboken2 import wrapInstance
from maya import mel

import mgear
from mgear.core import callbackManager
Expand Down Expand Up @@ -146,7 +147,7 @@ def initialize_character(cls):
0,
)

pm.mel.hikUpdateDefinitionUI()
mel.eval("hikUpdateDefinitionUI();")

@classmethod
def is_initialized(cls):
Expand Down

0 comments on commit 3a38a94

Please sign in to comment.