Megan Fox

glassbottommeg

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

RBD to FBX export and multiple materials in UE4 June 24, 2022, 2:37 p.m.

We're having the same problem. I don't suppose you figured out what was missing? It's collapsing all our materials into the one generic one on Unreal-side.

EDIT: Wait, we used the QuickMaterials SOP, but we have to revert it with the reset to previous form button at the top. NOW it works. Why did they change it to a broken form? Heh.

Unity build error with HOUDINI_INSTALL_PATH Aug. 26, 2020, 7:08 p.m.

This is still broken on Windows machines (as far as I can tell), when you go to produce a Mac build from a Windows machine. Your #ifdef setup is assuming that one producing a Mac build means one is developing on a Mac, I think.

EDIT:

I haven't done a full test of functionality (and I'm going to toggle back to PC the second I'm done producing this build), but it seems the fix is HEU_Defines.cs, ln 321:

#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX

Needs to instead be:

#if UNITY_EDITOR_OSX || (UNITY_STANDALONE_OSX && !UNITY_EDITOR_WIN)

… though now I'm wondering if this has to do with using Houdini engine runtime, presuming that's even an option. I haven't looked into it. The above fix allows it to compile, and should work fine if I only interact with Houdini in-editor, but would presumably break something if you do indeed support runtime interactions with the library.

Anywho! That's what got me going again in the trivial case, anyways.

"Couldn't find GT attribute for group lookup"? (18.0.499) Aug. 5, 2020, 7:16 p.m.

Ok, in the Assemble SOP node, she turned off Create Packed Geometry, and now… it works in Unity / Unity Engine perfectly? On both our machines?

So this thread may have morphed into a bug report? Hopefully the HDAs help someone figure out what we saw, and if it's a glitch in Houdini Engine or not. See attached for the final adjusted version, everything re-enabled, that appears to work fine.