Allen Zhang
allenzhang1123
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
How can I create linked channels on a parm using python? 2022年11月25日5:46
If you want set A to B, you can just use:
B.parm('some_parm').set(A.parm('some_parm'))
A link in 'some_parm' at A will be created
B.parm('some_parm').set(A.parm('some_parm'))
A link in 'some_parm' at A will be created
How do I use the Gaea Tor Processor with Houdini Engine? 2020年12月5日2:25
What your setting in Gaea Node?
Unreal Engine - How to use PDG? 2020年3月23日2:46
dpernuitHi, I've tried use your files, and relink them. In Houdini it has 25 boxes. but in UE4 there is nothing show up, both in 4.22 and 4.24 what should i do?
Hi,
The best and easiest way to split those meshes on the unreal side would be to use packed primitives in your HDA, by packing each building, roads…
On the unreal side, you'd get separate instanced static mesh components per packed geometry (which could be beneficial if you're re-using the same building multiple times for example).
If you do not want instanced static meshes, you can simply add the “unreal_split_instances” detail attribute to your HDA, this will tell the plugin to create separate static meshes for each instances instead.