Adam Thompson

thompson.alt

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini Indie digital assets and c4d Dec. 3, 2020, 11:36 a.m.

I just tried this the other day. I have Houdini indie and downloaded a trial of Cinema 4D. HDALC files seem to work fine as far as I can tell.

Deprecation Warnings Coming from Houdini's Python Libraries Nov. 6, 2019, 12:42 p.m.

Finally tracked the problem down to a single python import.

import pyseq
http://pyseq.rsgalloway.com/ [pyseq.rsgalloway.com]


Something about importing this package makes Houdini start using deprecated functions. Maybe some out of order import or namespace overlap?

If anyone else can reproduce it would be good to know. Just install pyseq with pip and import it in your pythonrc.py.

For my purposes pyseq was nonvital so I'm removing it for now.

Deprecation Warnings Coming from Houdini's Python Libraries Oct. 14, 2019, 4:16 p.m.

Interestingly middle clicks in the node graph produce a similar warning after adding the scripts.

C:/PROGRA~1/SIDEEF~1/HOUDIN~1.360/houdini/python2.7libs\nodegraphui.py:254: DeprecationWarning: createQtIcon is deprecated

  icon = hou.ui.createQtIcon(iconname, self.width(), self.height())

Still debugging, will update when I find a solution.