-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The plug-in is linked with Houdini 18.0.532 / HAPI3.3.11. New features: - Attributes values used for splitting instancers into multiple components (via the "unreal_split_attr" attribute) are now read as strings instead of ints. This allow splitting instancers using either int, float or string attributes, and not just int attributes. - Added support for forcing the creation of Hierarchical Instanced Static Mesh Components when instancing. To do so, simply add the "unreal_hierarchical_instancer" (value 1) to the instancer. - Session sync: First pass at adding viewport sync (still a work in progress) This allows synchronizing the unreal and Houdini viewport when using Session Sync. Bug Fixes: - Added back missing sub asset selection dialog when instantiating multi/versioned HDAs. - Fixed regression that caused Houdini/HARS to crash upon updating a world input... - Fixed regression that caused crashes when using Brushes in a world input. (potentially, when using anything that used the default material in a world input) - Fixed crash when converting attribute values due to bad logging/string handling. - When importing landscape layers to Houdini, their values are now converted from [0 255] (uint8) top [0 1] (floats), instead of being normalized [min max] (uint8) to [0 1] floats. This also fixes Nan when importing flat layers. - Fixed "output templated geos" displaying all nested templated geos, including those in nested HDAs. We now only display templated geos that are children of the main HDA node, the output OBJ node or the output display SOP. - Curve Input: Fixed "Ghost/Broken" curve components appearing when spamming the add button. We now check if the HDA is being cooked when click Add button. - Fixed bad initialization warning (CachedSurfaceHash) when building the game
- Loading branch information
Showing
17 changed files
with
516 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.