Skip to content
New issue

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

Hey Chad I was playing with your implementation but when I try this simple setup . #6

Open
jonntd opened this issue Sep 22, 2020 · 2 comments

Comments

@jonntd
Copy link

jonntd commented Sep 22, 2020

import maya.cmds as cmds
j = cmds.joint()
sph, _ = cmds.polySphere()
print sph
cmds.skinCluster( j, sph)
cmds.select(sph)
cmds.demBones(b=20, sf=0, ef=20, eb=j)

Traceback (most recent call last):
File "", line 1, in
File "", line 2, in demBones
RuntimeError: Maya command error #

@asdMild
Copy link

asdMild commented Oct 27, 2020

i was also get this error,
Are you solver it ?

@wujackjack
Copy link

wujackjack commented Jun 23, 2021

parameter eb should be a list, it would work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants