Adam Thompson
thompson.alt
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Houdini Indie digital assets and c4d 2020年12月3日11:36
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 2019年11月6日12:42
Finally tracked the problem down to a single python import.
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.
import pyseq
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 2019年10月14日16:16
Interestingly middle clicks in the node graph produce a similar warning after adding the scripts.
Still debugging, will update when I find a solution.
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.