AlexLombardi

AlexLombardi

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

PySide2 Python Panel setMouseTracking not working on child 2020年1月21日15:55

Hmmm so it looks like I have to set the setMouseTracking(True) on the QTableWidget that holds the combobox. Any idea why I need to do this for the python panel and not the QApplication?

PySide2 Python Panel setMouseTracking not working on child 2020年1月21日15:41

I'v'e sub classed my own comboBox and inserted it in a QTableWidget cell. My mouseMoveEvent() in my custom combobox doesn't seem to be called when running though a python panel. If I run the QApplication out side of Houdini my mouseEvents are being called fine on the combobox.

I've tried setting setMouseTracking(True) on the parent interface as well and that works. Is there something special i need to do with the python panel to get a child widgets mouse tracking to pick up?
Cheers

IK chain offset based on different local space 2019年11月29日14:00

Probably butchered the title

I'm rigging just a hand (like Thing from Adams family) so sorta like a spider. I have IK bone chain for each finger, but i want to apply a spread on the metacarpal bones on the hand(similar to a FK hand set up), that spreads each finger's IK chain.

I'm stuck on how to update the IK goal target. As I have the IK goal a child of the master transform and the IK root a child of the cog(center of gravity)transform. I would ideally want to rotate the IK finger chain around the IK root transform's Y space.

Any suggestions greatly appreciated