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 17 posts.

Search results Show results as topic list.

Technical Discussion » Houdini Engine and Unreal Instancer

User Avatar
evilpikmin
17 posts
Offline
 June 27, 2025 11:34:37
Hi all. I have a HDA that arranges 2 static meshes into a tile pattern in unreal. So about 40 instances of each tile. My question is whats the next step? I feel like I need to delete the HDA and just leave the static meshes in the scene which then require being saved as a packed level instance. Is that the correct approach? When I bake the asset in unreal I am left with 2 instancer's, one for each mesh and this also appears to be working. Any game dev advice for best practices when instancing assets using a HDA?

Thanks all

Dave
See full post 

Technical Discussion » Assigning vertex colour channels for use in Unreal

User Avatar
evilpikmin
17 posts
Offline
 June 4, 2025 16:37:04
Ah yes perfect! Thank you for the direction, Ive got it all working now and learned a bit more VEX in the process.

Thanks!
See full post 

Technical Discussion » Assigning vertex colour channels for use in Unreal

User Avatar
evilpikmin
17 posts
Offline
 June 3, 2025 13:04:49
Hi all! I have some of this working but Im not quite sure where to go next. I have created a top to bottom ramp in vert colours which I want in the red channel. I have ambient occlusion in the green channel and a random colour effect in the blue channel. BUT I cant figure out how to combine the channels. Problem, when I generate random colours it affects all channels where ideally I would like to randomise only the BLUE channel. Same when generating the colour ramp, I only want it to affect the RED channel. Im poking around at VEX and trying an approach with a Vertex VOP but I dont know enough about either to make it happen. All help appreciated, even if its just advice on the approach to take!

Cheers!
See full post 

Houdini Engine for Maya » The Houdini Engine for Maya plugin could not be initialized

User Avatar
evilpikmin
17 posts
Offline
 May 31, 2025 13:58:52
Hi all, does this method still work or has something changed recently? I am getting the error:

The Houdini Engine for Maya plugin could not be initialized.

The path to libHAPIL is invalid. Please double-check the value in Houdini Engine>Preferences...


I have followed the steps above but still not working for me. any help appreciated!
See full post 

Technical Discussion » Using a lattice on fractured pieces

User Avatar
evilpikmin
17 posts
Offline
 March 30, 2023 03:21:03
This is exactly what I needed thank you Tomas!
Now onto the next problem

Dave
See full post 

Technical Discussion » Using a lattice on fractured pieces

User Avatar
evilpikmin
17 posts
Offline
 March 29, 2023 16:59:15
Hi all! How would I use a lattice on a fractured mesh, where I would like the lattice to control each 'chunk' of mesh rather than work on individual points. The desired result would be to shape a large fractured floor with the individual pieces rotating to try to match the lattice shape. It doesnt have to be a lattice, I tried converting my pieces to points and then using a lattice on those points, but I couldnt figure out how tocopy the shapes back to those points... hope that makes sense, all help appreciated!

Dave
Edited by evilpikmin - March 29, 2023 17:01:16
See full post 

Technical Discussion » How do I select points based on their colour?

User Avatar
evilpikmin
17 posts
Offline
 March 6, 2022 04:21:32
Thank you both for taking the time to reply. I really need to spend some time to learn VEX!

Thanks again!
See full post 

Technical Discussion » How do I select points based on their colour?

User Avatar
evilpikmin
17 posts
Offline
 March 5, 2022 08:32:36
Hi all, how would I select and group all of the 'blue' points/vertex colours on a mesh? all help appreciated!

Dave
See full post 

Houdini Engine for Unreal » How do I set the UE4 Trace Responses in a HDA?

User Avatar
evilpikmin
17 posts
Offline
 Feb. 9, 2022 10:08:59
Eetu_Mainframe
I would just make a new preset :shrug:

Yeah thats what I have ended up doing which is fine. It took me so long to find out that I needed to use

unreal_uproperty_CollisionProfileName

to change the Collision Preset, that I thought there might be some other naming involved.

Thanks for the suggestion and if anyone else knows another way Id still love to hear it!
See full post 

Houdini Engine for Unreal » How do I set the UE4 Trace Responses in a HDA?

User Avatar
evilpikmin
17 posts
Offline
 Feb. 8, 2022 14:03:30
Ive managed to set the Phys Material Override with:

unreal_uproperty_physmaterialoverride

and the Collision preset with:

unreal_uproperty_CollisionProfileName

But does anyone know how I can now set the Camera Trace response to ignore?!

All help appreciated!

See full post 

Houdini Indie and Apprentice » How do I centre the pivot on the pieces of a fractured mesh?

User Avatar
evilpikmin
17 posts
Offline
 Jan. 22, 2022 02:18:47
Excellent, thanks for your quick reply. Its working as expected with $CEX and now I will go and learn about the centroid expression!

Thanks

Dave
See full post 

Houdini Indie and Apprentice » How do I centre the pivot on the pieces of a fractured mesh?

User Avatar
evilpikmin
17 posts
Offline
 Jan. 21, 2022 15:23:30
Hi! How do I centre the pivot on the pieces of a fractured mesh? I fractured my cube, used a ‘for each primitive’ to add a transform node to rotate the pieces but the pivots are all in the same position… any help would be appreciated!

Dave
See full post 

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

User Avatar
evilpikmin
17 posts
Offline
 Dec. 16, 2021 11:04:43
In case anyone else finds this and needs to do something similar, this is from another post and is how I set NoCollision on my HDA generated meshes in unreal:


use a generic uproperty attribute, but the collision presets are a special one, as its internal value is named differently:
  1. add a “unreal_uproperty_CollisionProfileName” string attribute.
  2. Set its value to the name of the collision preset you want to use, “Block All” in your case.

Hope this helps somone
See full post 

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

User Avatar
evilpikmin
17 posts
Offline
 Sept. 20, 2021 15:22:57
How do I set a HDA mesh to have no collision in ue4? By default it uses every polygon for collision. When I try to set the mesh in my scene to ‘no collision’ it changes back to Block All when I press play. All suggestion welcome!

Ignore the ramblings of a madman... when I came back to this the next day, it was all working as expected. Nothing to see here, move along
Edited by evilpikmin - Sept. 21, 2021 13:46:33
See full post 

Technical Discussion » Exporting multiple kit pieces for games

User Avatar
evilpikmin
17 posts
Offline
 July 7, 2021 15:07:27
I have a HDA that I can edit to make various wall kit pieces. I want to export each kit preset with its own file name. Can anyone prompt me where to start looking? Currently I’m changing my preset, then editing my file name then exporting to fbx. There must be a quicker way!

Thanks in advance

Dave
Edited by evilpikmin - July 7, 2021 15:08:14
See full post 

Houdini Engine for Unreal » Using physics to place assets in ue4

User Avatar
evilpikmin
17 posts
Offline
 June 2, 2021 14:43:21
Yes that’s what I’m thinking of, but inside unreal. Could I scatter Houdini objects onto ue4 static meshes somehow?
Thanks for the response
See full post 

Houdini Engine for Unreal » Using physics to place assets in ue4

User Avatar
evilpikmin
17 posts
Offline
 June 2, 2021 05:58:57
Hi all, I must have my terminology incorrect because I cant find a solution online. I'm (almost) sure I've seen a video of someone distributing objects with Houdini engine and then somehow activating physics to drop them into place. Can anyone point me in the right direction? Was it a dream?

Thanks in advance
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