kokoda777

kokoda777

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

graphically broken by the paint capture tool 2012年6月27日3:43

Hi all,

I have a problem with a paint capture tool. There is a certain part of a model that is graphically broken when using the paint capture tool which connects the model to bones. In my case, only the right hand which is mirrored is broken by painting with the paint capture. I guess it's probably because of the mirror. Unlike the other parts of the model that location for mirroring is automatically set up when using the mirror tool, I had to set up the location of right hand when I was mirroring the left hand.

Do you have any idea of the problem and kindly of a solution for it?

Thanks.

help me with a python problem! 2012年5月23日20:29

thanks! running expression by right-clicking is working, and yet, the syntax brings me an error message.

Error: Unable to evaluate expression (
Traceback (most recent call last):
File “<stdin>”, line 2, in expression
AttributeError: ‘NoneType’ object has no attribute ‘tracks’
(/obj/KIN_Chops/rename1/renameto)).
Warning: This CHOP has no effect.

Do you have any idea?

help me with a python problem! 2012年5月21日3:33

Hi all,

currently, I am working on characterRigging series and now am on inverseKIinCHOPsInAnAsset. The problem is that the python code according to the DVD doesn't work in my version, houdini12. This down below is the syntax.

channles = pwd().node(“../KIN_L_bone1”).tracks()
returnString = ‘ ’

for channel in channels:
splitName = channel.name().split('/')
newName = splitName

returnString += newName + ‘ ’


return returnString


But then after typing this code, an Error message that says “Unable to evaluate expression” pops up. I have a guess of the problem but am not sure.

After creating bones by inverse Kinematics, diving into a KIN Chops and laying down a rename sop, I need to type this code first at the To of the rename sop according to the DVD

returnString = ‘*’
return returnString

After that, if I click ‘toggle expression’ on the To of it, the color of blink is supposed to change but then it doesn't. So I just pushed alt + left click on it that changes the color. But I don't feel like it's a right method.

What could possibly be the problem in your opinion. Help me.

thanks.