MBAustin

MBAustin

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

Cannot find procedure "AEhoudiniAssetSetInputToSelection" 2017年2月16日19:08

I figured out the issue - the python environment was properly sourcing Houdini Engine, but the mel environment was not. Adding mel.eval(“source \”/path/to/houdini/engine/source\“”) allowed it to run properly.

Cannot find procedure "AEhoudiniAssetSetInputToSelection" 2017年2月15日19:35

I'm writing function for Houdini polyReduce within Maya as part of an external application, and am running into this error:
MayapyProcess.mayapy: ERROR: line 1: Cannot find procedure “AEhoudiniAssetSetInputToSelection”

This call works fine within Maya's console, and python (rather than mel.eval()) calls to Houdini Engine work externally – is there something I need to do to get this working in an external script?

Thanks

Python Set Input To Node 2017年2月8日17:10

I'm trying to write a python script that will automate decimation of models using Houdini's polyReduce within Maya. I'm currently stuck on setting the geometry I want to decimate as the input to the polyReduce node. What is the Python command for this? The best I've found in MEL is “AEhoudiniAssetSetInputToSelection”, but I'm not sure what to import to use this with Python, and even if I was I would rather be able to specify the object I want to use rather than having to select it first.

Thanks for any help!