DOP in maya

   2923   1   1
User Avatar
Member
7 posts
Joined: July 2011
Offline
Hi evryone,

I start using houdiniEngine for maya.

I create a simple hda with a bulletsolver.

In maya the cook messages is : Warning: No DOP object names specified.

If anyone know why.

cheers.

mathieu N
User Avatar
Member
818 posts
Joined: Sept. 2013
Offline
Without seeing the actual asset, it's difficult to guess what might be wrong. I suspect some of the node paths inside the asset is using absolute path, which wouldn't work well in general. Could you check the node paths that the RBD object is using relative path? For example, the shelf tool will use a node path like
`opinputpath("/obj/box_object1/dopimport1", 0)`to import geometry from SOP to DOP. However, a path like that wouldn't work in general in an asset. It'd have to be changed to something like:
`opinputpath("../../box_object1/dopimport1", 0)`
I've attached a simple RBD asset as an example.
Edited by awong - April 11, 2017 23:41:06

Attachments:
test_rbd.hda (196.0 KB)

Andrew / アンドリュー
  • Quick Links