James Williams

TRex92

About Me

専門知識
Gamedev
業界:
Advertising / Motion Graphics  | Film/TV  | Gamedev

Connect

LOCATION
Hauppauge, United States
ウェブサイト

Houdini Engine

ADVANCED
プロシージャルワークフロー  | Environments  | Digital Assets  | Pyro FX  | Fluids
INTERMEDIATE
Motion Editing  | Animation  | Hair & Fur  | Cloth  | Solaris  | Mantra  | Karma  | Lighting  | Realtime FX  | PDG  | VEX  | Python
BEGINNER
キャラクタ & アニメーション  | Crowds  | Muscles

Availability

I am available for Freelance Work

Recent Forum Posts

Utility Widget - World Input 2024年9月10日20:19

still doesn't seem to work for me
Hopefully this is a better image

Utility Widget - World Input 2024年9月10日17:20

Cody Spahr


https://www.sidefx.com/docs/houdini/unreal/apihda.html [www.sidefx.com]

The API docs should have you covered here. You can use the `Create Empty Input` node and set its class to WorldInput. Set the input objects to your selection. There are several ways to get the assets in your world, if you already have them selected, you can use I `Get Selected Assets` node and feed that output directly into the `Set Inputs Object` node.

Follow all the outputs/inputs for wrappers and Houdini API from that image and that should have you cooking(pun intended).

Thank you for your help. I had another question if you don't mind? Basically I'm promoting an object merge as an input for my HDA and the set input doesn't seem to work. Either that or the "bind event on post instantiation" doesn't seem to be getting called for some reason. I did a print log and my step one prints but the step 2 for the bind event does not print not sure what I am doing wrong. Or if I am setting the input correctly for the object merge param on my HDA?

Utility Widget - World Input 2024年9月9日10:11

I just watched the videos on utility widgets. [www.sidefx.com] Does anyone have any examples of how to use the World input in a blueprint widget? I have a selection of grouped geo taht I want to input into a world input but not sure how to implement in the blueprint. Any help would be much appreciated.