Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in H20.5
      • Overview
      • VFX
      • Copernicus
      • Animation
      • Rigging
      • Lookdev
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • PDG
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • Karma Renderer
    • Compare
    • SideFX Labs
    • Partners
  • Industries
    • Film & TV
    • Game Development
    • Motion Graphics
    • Virtual Reality
    • Synthetic Data for AI/ML
  • Community
    • Forum
    • News Feed
      • Overview
      • Project Profiles
      • Houdini HIVE Events
      • Contests & Jams
    • Gallery
    • Event Calendar
    • User Groups
    • Artist Directory
  • Learn
    • Tutorials
      • Overview
      • My Learning
      • Learning Paths
      • Tutorial Library
    • Content Library
    • Tech Demos
    • Talks & Webinars
    • Education Programs
      • Overview
      • Students
      • Instructors
      • Administrators
      • List of Schools
      • Resources
  • Support
    • Customer Support
    • Licensing
      • Overview
      • Commercial
      • Indie
      • Education
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Try | Buy
    • Try
    • Buy
    • Download
    • Contact Info
 
Advanced Search
Forums Search
Found 15 posts.

Search results Show results as topic list.

Houdini Engine for Unreal » LOD Generation for Skeletal Mesh - HE

User Avatar
JoseBringas93
15 posts
Offline
 Sept. 16, 2024 16:38:59
Hi there,

I'd love to know if LOD generation is supported for skeletal inputs as it currently does for Static Meshes. I'm trying to create them following the HE documentation but I think that applies to SMs, idk.

Else, does anyone know if I can generate LODs for my baked HDA skeletal Meshes through uproperty attribute? I0m checking the cmd log Houdini.DumpGenericAttribute to see if I can set my "Number of LODs" and generate them but it seems unsupported currently. Please if anyone can confirm this.

J
See full post 

Houdini Engine for Unreal » hengine_noswap not working for me

User Avatar
JoseBringas93
15 posts
Offline
 Aug. 20, 2024 09:57:16
Hello everyone, I'm following official documentation on how to disable auto-swaping for axis conversion Houdini to Unreal Engine as mentioned here [www.sidefx.com]. However, when I apply and save HDA and go back to UE, I can't see a change for my mesh's axis coordination. What am I missing at this point? I dragged my mesh's translate parameter and set the tags name/value accordingly. Or do I need to drag a fresh new float 3 parm and apply it there?

Appreciate any help!
See full post 

Houdini Engine for Unreal » houdini engine Unreal (hengine_noswap) option

User Avatar
JoseBringas93
15 posts
Offline
 Aug. 19, 2024 14:59:02
dpernuit
hengine_noswap

Hi Damien, here's what I don't understand. I'm dragging the translate node of my pighead node and attaching the hengine_noswap for the name and 1 for the value. But when I rebuild my HDA inside UE5 I don't see a change. What am I missing? thank you!
See full post 

Technical Discussion » How to convert joint local rotation to Unreal rotation?

User Avatar
JoseBringas93
15 posts
Offline
 Aug. 19, 2024 11:52:18
edward
Check your up vector and joint axis conventions. I don't use Unreal but I remember seeing a Mannequin import and it was quite different from Houdini's default Y Up, -Z joint axis to child convention.

Hey thanks Edward, I have a question. I'm trying to bake a Skeletal mesh out of a HDA using Houdini Engine. The thing is that Houdini engine does axis conversion from Houdini's to Unreal's axis coordinate system but I actually don't need it. Is there a way to unable that?
See full post 

Houdini Engine for Unity » Cloth rigged object + character animation

User Avatar
JoseBringas93
15 posts
Offline
 July 24, 2024 19:52:41
Hi there. I-m tryig to send an animated character (KineFX) that has cloth simulation to Unity. I used the rop_fbxcharacteroutput which gives partial good results as my character moves but my cloth simulation isn't.

I found two possible solutions:
-To use VAT, however, programmer told me it wouldn't be possible to blend animations in runtime using this technique.
-To rig my cloth simulation. I've found a cool node called Labs skinning converter, which seems to partially do a decent job but it fails at giving a decent result as in the picture I show

Any tips on this? I cannot think on a smart way to export my animated character + cloth sim (I want to stay away from alembic as well)
See full post 

Technical Discussion » How to output a skeletal animation with HDA in Unity ?

User Avatar
JoseBringas93
15 posts
Offline
 July 14, 2024 16:48:04
Did you find a way to tackle this? I have a similar situation. An animated character with vellum cloth that I want to export to unity but when bringing it to the engine, the cloth sim animation isn't working at all.
See full post 

Houdini for Realtime » Unreal Engine Metahumans optimization workflow

User Avatar
JoseBringas93
15 posts
Offline
 June 6, 2024 17:30:03
Hello guys! I have an idea on how to optimize metahumans to be performance friendly especially for VR projects that I wanted to discuss and know what's your take on that possibly!


I want to bring metahumans to Houdini, reduce its polycount, create LODs, bake its multiple materials, apply mixamo animations on my metahuman rig (retargeting) and finally export it as a VAT (virtual animation texture). All this workflow condensed in an HAD ideally.

So far, it works fine for most of the part. I can effectively apply polyreduction, create LODs, outputting VAT texture maps/meshes and do retargeting on my metahuman rig... the problem comes when I try to recreate that as an HDA inside Unreal Engine. For some weird reason, the temp mesh the HDA generates simply doesn't work properly with the VAT tex maps. It's a problem I've been experiencing but what do you guys think about this approach? Because at some point I think I can handle everything inside UE.

Cheers!
See full post 

Technical Discussion » Filtering points by name attribute

User Avatar
JoseBringas93
15 posts
Offline
 March 1, 2024 15:54:13
TY Tom, will try it out!
See full post 

Technical Discussion » Filtering points by name attribute

User Avatar
JoseBringas93
15 posts
Offline
 March 1, 2024 14:09:50
hi everyone,
How can I group a selection of points/joints using VEX in this case? Let's say I only want to group all points named "spine". I believe I will have to set a specific if statement to my name attribs to achieve it but I'm not sure how to proceed with it.

I'm aware there are many ways to group specific points (group node, delete joints SOP) but I just want to try it out using vex cause then I think I can have further control on my selection type for future cases while keeping it procedural not only for one, but many more skels. Thanks everyone!

PD: do you guys recco any source to start digging into modifying/creating VEX groups by attributes?
See full post 

Houdini Engine for Unreal » Houdini API in blueprints issue

User Avatar
JoseBringas93
15 posts
Offline
 Dec. 12, 2023 14:53:45
Hi there. I'm noticing that with HE2, I can't automatically refine proxy for my HDA using the same script I had with the preivous version of HE. Not sure what's causing it but my HDA temp mesh recooks everytime but doesn't refine proxy. Any hints? With OnProperty function, I should be able to automatically update input, float parameters coming from HDA but this is not the case.

Im adding the button that supposly has to refine my HDA. I use it in a function called OnPropertyChanged, that in theory, should update as soon as there's any change.
Edited by JoseBringas93 - Dec. 12, 2023 15:09:54
See full post 

Houdini Engine for Unreal » Bake static mesh from instantiated HDA in Blueprint Utility

User Avatar
JoseBringas93
15 posts
Offline
 Oct. 23, 2023 17:07:04
Hey Man, I've been following your thread here and in the discord chan, you guys are amazing. I was having issues but thanks to u and Seb, I got it to work it out on my own setup. QUESTION for anybody. Is there a way to access my HDA StaticMesh output after the bake?

I plan to take that generated Static Mesh for further tweaks inside the engine but I cant find info on the official documentation on how to access to it once baked. My guess is that maybe there's a node for that and I have to attach it whether to my Post Auto Bake or Completed Delegates

thanks!
Jose
Edited by JoseBringas93 - Oct. 23, 2023 17:10:25
See full post 

Houdini Engine for Unreal » Cooking an existing asset from Editor utilities actor

User Avatar
JoseBringas93
15 posts
Offline
 Oct. 20, 2023 10:14:48
I hope you had luck with this one. Documentation is so misleading about it :l
See full post 

Houdini Engine for Unreal » Menu parameter not working inside UE

User Avatar
JoseBringas93
15 posts
Offline
 Oct. 13, 2023 13:26:41
ty!
See full post 

Houdini Engine for Unreal » How do I set a HDA mesh to have no collision in ue4?

User Avatar
JoseBringas93
15 posts
Offline
 Oct. 12, 2023 11:42:54
evilpikmin
CollisionProfileName
Hey! Could you provide an example of this please, ty!
See full post 

Houdini Engine for Unreal » Change Collider type in Houdini for HDA

User Avatar
JoseBringas93
15 posts
Offline
 Oct. 12, 2023 11:04:57
Hi there,

I'm setting custom collision from LODs for my mesh. By default, Houdini Engine will set the collision type as Complex Collision which works fine inside the engine. Now, I wanted to somehow flip my collision type from Complex to Convex Hull, so it will appear as simple collision inside the engine (I know I can do it manually in UE but I want to keep things procedurally).

thank you
See full post 
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • Houdini Indie
LEARN
  • Talks & Webinars
  • Education Programs
SUPPORT
  • Customer Support
  • Help Desk | FAQ
  • Documentation
  • Report a Bug/RFE
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Careers
  • Press
  • Internships
  • Contact Info
Copyright © SideFX 2025. All Rights Reserved.

Choose language