Piotr Weiss

Tazio

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

houdiniEngine_setAssetInput Jan. 17, 2018, 1:43 p.m.

Thanks I will try this one.
For a quick solution for now I used: pm.mel.AEhoudiniAssetSetInputToSelection(“asset path” , “asset node”)

It works as a fast “dirty” solution for now.

houdiniEngine_setAssetInput Jan. 16, 2018, 5:54 p.m.

Hi Guys,

I am doing some work on Houdini Engine.
I try to make tool so Houdini asset is loaded automatically,
to work on many object with loop.
I try to make this command – houdiniEngine_setAssetInput - to run
with pyMel, like this – pm.mel.eval('houdiniEngine_setAssetInput “Asset.houdiniAssetParm_objPath1_node” “obj”')

but it does not recognize the command.
Any sugestions?