Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in 19.5
      • Overview
      • Solaris
      • Karma
      • Character FX
      • Pyro FX
      • FLIP Fluids
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • PDG
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • Houdini Indie
    • Compare
    • SideFX Labs
    • Partners
  • Industries
    • Film & TV
    • Game Development
    • Motion Graphics
    • Virtual Reality
  • Community
    • Forum
    • News Feed
    • Project Profiles
    • Gallery
    • Contests & Jams
    • Houdini HIVE Events
    • Event Calendar
    • User Groups
  • Learn
    • Start Here
    • My Learning
    • Learning Paths
    • Tutorials
    • Tech Demos
    • Talks & Webinars
    • Schools & Training
    • Education Programs
      • Overview
      • Students
      • Instructors
      • Administrators
  • Support
    • Customer Support
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • Buy
    • Download
    • Content Library
    • Contact Info
 
Advanced Search
Forums Search
Found 541 posts.

Search results Show results as topic list.

PDG/TOPs » PDG Deadline - Farm Error

User Avatar
seelan
571 posts
Offline
 April 22, 2020 15:32:21
I answered you via support, but I'll post here as well:

Could you enable `Use IP Address for PDGMQ` on the TOP Deadline node under the Deadline section? It might be that its not able to resolve the hostname to IP address due to lack of DNS.

Another option is to use our new MQ server. To do so, set PDG_USE_PDGNET=1 in your environment, then launch Houdini. This new feature will use IP addresses directly.
See full post 

Houdini Engine for Unity » Heightfield conversion

User Avatar
seelan
571 posts
Offline
 April 21, 2020 07:23:07
I believe this to be a bug with the HEU_GeoSync not generating the HFs with the recent changes using corner sampling. Please attach a generated bgeo file if possible. I'll update this post when I fix it.
See full post 

Houdini Engine for Unity » Heightfield conversion

User Avatar
seelan
571 posts
Offline
 April 20, 2020 08:43:07
Which version of Houdini are you using? Also, is this through the PDG Asset Link, and loading the generated bgeo in Unity?
Edited by seelan - April 20, 2020 09:05:45
See full post 

Houdini Engine for Unity » HAPI RESULT FAILURE all around

User Avatar
seelan
571 posts
Offline
 April 16, 2020 09:49:05
Do you have other Houdini Engine plugins running such as Unreal / Maya / Max plugin?

Does this only happen with the Steam version? You'll need to have Steam running always I believe, since it's providing the license.

I'll test it out a bit on my machine but please provide more info so we can narrow down the issue. Thanks.
See full post 

Houdini Engine for Unity » Group Paint node in Unity

User Avatar
seelan
571 posts
Offline
 April 16, 2020 09:46:22
Looks like its not working in the plugin probably due to the internal group attribute name. You can probably create a workaround using the regular Attribute Paint Sop for now. But please submit an RFE to our support team to add support for the Group Paint so you can track it. Thanks.
See full post 

Houdini Engine for Unity » Can't get attributes to Unity with HEU_OutputAttributesStore

User Avatar
seelan
571 posts
Offline
 April 16, 2020 09:22:23
I tried out your hda. There should be an HEU_OutputAttributesStore component on the generated GameObject. This is different from the internal AttributesStore that the plugin uses for paint and editable nodes. See the screenshot.
See full post 

PDG/TOPs » TOP Deadline updates in Houdini 18.0.399 (new MQ)

User Avatar
seelan
571 posts
Offline
 April 8, 2020 11:46:56
I'll be switching TOP Deadline scheduler to use the new MQ server feature permanently in 2 weeks. Please test it out before then in your farm setup so that we can deal with issues before then.

All your really need to do for testing is to set PDG_USE_PDGNET=1 in your environment before launching Houdini.

Also, the mqserver's high cpu usage issue has been fixed and will be available in tomorrow's daily build.

Thanks.
Edited by seelan - April 8, 2020 11:47:55
See full post 

Houdini Engine for Unity » Unity terrain generation & input changes (Houdini 18.0.418)

User Avatar
seelan
571 posts
Offline
 April 2, 2020 09:40:35
Yes there is a tile overlap value on the height field node meant for seamless edges.
See full post 

Houdini Engine for Unity » Unity terrain generation & input changes (Houdini 18.0.418)

User Avatar
seelan
571 posts
Offline
 March 31, 2020 08:23:36
It was updated in Houdini 18.0.418, so any latest daily version will have it. Get it here:
https://www.sidefx.com/download/daily-builds/#category-devel [www.sidefx.com]
See full post 

Houdini Engine for Unity » Bug with HDA "missing node"

User Avatar
seelan
571 posts
Offline
 March 30, 2020 14:42:28
Please submit a ticket to our support to improve the message when dependent HDAs are not found.

As for unity_houdini.env file, it only supports relative paths when using paths in Assets/ or Packages/. The reason being is that the plugin uses quite a few Unity APIs to load assets, which only work with relative paths from Assets/ and Packages/.

If you are using VCS, the recommended workflow is to use a mapping as described here:
https://www.sidefx.com/docs/unity/_environment.html#Environment_File_Paths [www.sidefx.com]

You can set a single path to your VCS root in unity_houdini.env:
HEU_ENVPATH_VSC_ROOT=C:\Dev\MyRepo

Then any assets loaded from C:\Dev\MyRepo will have <HEU_ENVPATH_VSC_ROOT> as part of their path. Then when using this asset on another computer, as long as it has HEU_ENVPATH_VSC_ROOT mapped in its local unity_houdini.env file, it will evaluate to the proper location.
See full post 

Houdini Engine for Unity » How to edit the heightfield in unity.

User Avatar
seelan
571 posts
Offline
 March 30, 2020 14:36:02
You can edit the generated terrain with Unity terrain brushes, then use that as input for generating height field in Houdini. See https://www.sidefx.com/docs/unity/_terrain.html#Terrain_Input [www.sidefx.com]

You can also create a Input Node asset via the Houdini Engine menu in Unity (HoudiniEngine > New Input Asset). Then use a gameobject with Unity terrain component in the input field.
See full post 

Houdini Engine for Unity » Height field conversion issue.

User Avatar
seelan
571 posts
Offline
 March 30, 2020 14:32:19
There was a change in how terrains are generated in recent version of the plugin. Check out https://www.sidefx.com/forum/topic/72738/ [www.sidefx.com]
See full post 

Houdini Engine for Unity » Creating Unity Prefab Instances and Geometry in one HDA

User Avatar
seelan
571 posts
Offline
 March 30, 2020 10:18:57
Use a SOP subnetwork to generate multiple geometries. One geometry can be for your instances, and another for regular geometry.
See full post 

Houdini Engine for Unity » Unity terrain generation & input changes (Houdini 18.0.418)

User Avatar
seelan
571 posts
Offline
 March 30, 2020 09:36:30
For the Houdini Engine for Unity plugin, there have been significant changes to how Unity terrain is generation from height fields, and also how height fields are generated from Unity terrain (as input). Most notably, the plugin now relies on use of Corner sampling, instead of the default Center sampling, for height field nodes. It also requires height field size and grid spacing values to be exactly power of 2. This will produce the best match in terms of size when translating from Houdini height field into Unity terrain, and vice versa.

Please see update documentation here:
https://www.sidefx.com/docs/unity/_terrain.html#Terrain_Size [www.sidefx.com]

The plugin now ships with a sample HDA that lists the recommended parm values for height fields, located in:
Assets/Plugins/HoudiniEngineUnity/HDAs/TerrainGenerator.hda
Edited by seelan - March 30, 2020 09:37:00
See full post 

PDG/TOPs » Troubleshooting PDG on the farm (HQueue, Deadline, Tractor)

User Avatar
seelan
571 posts
Offline
 March 20, 2020 13:41:40
Check this document which covers general issues:
https://www.sidefx.com/docs/houdini/tops/farm_troubleshooting.html [www.sidefx.com]
See full post 

Houdini Engine for Unity » HAPI RESULT FAILURE all around

User Avatar
seelan
571 posts
Offline
 March 18, 2020 16:07:35
Do you use Unity Collab or other similar auto-synchronized file system? There is an issue with Unity Collab where the plugin stores session data in a file called heu_session.txt in the Uniy project root folder, which gets synchronized with other machines and causes issues when the plugin tries to use the session data. Ignore this file if so: https://docs.unity3d.com/Manual/UnityCollaborateIgnoreFiles.html [docs.unity3d.com]

Otherwise, delete that file whenever you have issues. You can also try closing all sessions from HoudiniEngine > Session > Close All Sessions menu.

If you are still having problems, can you describe your setup? Anything out of the ordinary?
See full post 

Houdini Engine for Unity » Marshalling uv2 from Unity to Houdini

User Avatar
seelan
571 posts
Offline
 March 16, 2020 17:56:26
uv2 and up to uv8 should be supported in Houdini 18.0.381 and 17.5.532, and newer.
See full post 

Houdini Engine for Unity » Unity cant find Houdini libraries

User Avatar
seelan
571 posts
Offline
 March 16, 2020 17:51:39
It is not finding the Houdini installation, which is usually located in C:/Program Files/Side Effects Software. When you install Houdini, it should add a registry entry which is then used to look up where Houdini is installed.

You can try the following to fix it:
  • Re-install Houdini, and the Unity plugin.
  • Specify where Houdini is installed in the Unity plugin by going into the settings menu and specifying the location: HoudiniEngine > Plugin Settings > GENERAL > Override Houdini Install Path. Note that this is only available in Windows.
See full post 

Houdini Engine for Unity » Customize Shortcuts for Curve Edition

User Avatar
seelan
571 posts
Offline
 March 16, 2020 17:46:46
Best to submit an RFE through our support@sidefx.com email for something like this. Should be doable.
Edited by seelan - March 16, 2020 17:46:59
See full post 

Houdini Engine for Unity » Python execution HDA

User Avatar
seelan
571 posts
Offline
 March 16, 2020 17:46:17
Are you using a different language locale for your OS than English? In some cases, if you are using specific languages such as Spanish which use comma (,) for decimals than dot (.), there is a .Net issue where it uses commas for Houdini curve points float values' instead of dots.

Otherwise, please submit a bug with an HDA which I can use to reproduce the issue.
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • Last
  • / 28
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • Houdini Indie
LEARN
  • Learning Paths
  • Tutorials
  • Talks & Webinars
  • Schools & Training
  • Education Programs
SUPPORT
  • Customer Support
  • Help Desk | FAQ
  • Documentation
  • Report a Bug/RFE
  • Sales Inquiry
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Press
  • T-Shirt Store
  • Careers
  • Internships
  • Contact Us
Copyright © SideFX 2023. All Rights Reserved.

Choose language