Commit 7074137
committed
Alpha 3.1 update
The plug-in is now linked with Houdini 18.0.532 / HAPI3.3.11
New Features:
- Added the ability to split attribute instancers and packed primitives instancers by attribute.
The attribute used to split the instancers can be set via the "unreal_split_attr" attribute (string).
The specified attributes values will then be used to create multiple instancers instead of one.
- Instancers now store the split attributes they used so it can be reused to resolve output attributes.
This allows, for example, to use the tile attribute when baking instancers/meshes to world composition
(with a tiled landscape) to control the sublevel where the baked actors should be placed.
- Added automatic conversion of attributes when they are of an inappropriate type.
FHoudiniEngineUtils::HapiGetAttributeDataAsFloat/Integer/String now try to convert attributes to the expected type.
This will remove frustration and attributes being ignored due to them not being of the expected type.
Bug Fixes:
- Fixed non-editor build errors, game build errors and incorrect initialization warnings when packaging.
- Fixed non-unity build issues caused by #define LOCTEXT_NAMESPACE
- Added 'Scale Changed Uniformly' Lock and Reset to float VEC3 parameter, to Input Geometry objects and instanced objects.
- Parameter UI performance improved: Construct radio button circle segments exactly once at first use, avoid repeat computation.
- Fixed the 'Editing...' Text in Curve Input UI not updated properly when selecting other types of components in the same HDA.
- Fixed: Made the curve type menu consistent to Houdini. Added 'Points' curve type which displays CVs only.
- Fixed: curves 'reversed' parameter is now synced with Houdini.
- Fixed: bug preventing the editing of curves when cooking is paused.
- Fixed: Unreal Spline Component input cooking infinitely after changing a spline control point or rebuilding.
- Fixed: File/String parameters text field extends when the string is long.
- Fixed: Crash when connecting to a HARS session that was manually started.
This was caused by calling SetSessionSyncInfo before initializing HAPI.
- Fixed displayed templated geos not updating after having being changed.
- Fixed: PDG Asset Link listing bypassed TOP Networks/TOP Nodes.
- Fixed: Ramp parameters' curves UI disappearing randomly due to GC.
- Fixed: PDG Asset Link listing TOP Networks nested inside other TOP networks.
This fixes the PDG listing all subnets, ROP Geometry top nodes etc.. found in a HDA.
- Fixed: bug with the PDG Asset Link that prevented certain nodes from being cooked via the UI.
This was caused by an invalid selection of TOP Nodes due to a mismatch between UI indices and TOP indices caused by hidden nodes.
- Fixed the PDG Asset Link sometimes still an invalid/hidden node after changing the node filter, or after instantiating a new PDG HDA with invalid/hidden nodes.
- Fixed crashes that could happen when recooking a HDA with tiled landscapes that previously baked to WC, after adding new tiles.
- Fixed crash that could happen when loosing the session due to houdini crashing (or being killed manually).
FHoudiniEngineManager::StopHoudiniTicking() crashed when trying to access/clear the timer out of the game thread.
- Fixed the plugin leaving previous foliage types in the foliage system after changing the foliage mesh.
When instancing foliage, the previously used foliage type is now destroyed if no instances are left on it after cleaning the HDA's instances.
- Fixed deleting an HDA also deleting the foliage component even if that component still had manually placed instances left.
We now only delete the foliage component if it doesnt have instances anymore.
- Fixed a bug that prevented clearing string parameters used as Asset pickers.
- Removed outdated warning spam when attempting to fetch unreal_material attributes on instancer:
"Instancer: the unreal_material attribute must be a primitive or detail attribute, ignoring the attribute."
- Fixed foliage instancers removing/destroying the foliage component for the previously used foliage type
after changing the instanced mesh, even if said foliage component still had hand-placed instances left.
- Fixed foliage instancers leaving empty foliage types behind after deleting their Houdini asset actor.
- Fixed regression causing "Bake To Actor" to attempt to create a default level when the "unreal_level_path" attribute is not set.
This caused the baking process to open a "save as" dialog to attempt to save that untitled level...
Bake to actors now properly uses the current level when the level path attribute is not set.
- Fixed the "tile" attribute/ "tile_i" token not being properly processed with "unreal_level_path" attributes when baking meshes and instancers to actors.
- Fixed string parameters set as asset picker not updating their thumbnail/selected object after drag & dropping an asset on the widget.
The string value was properly set to the asset reference, but the widget didn't display the proper asset thumbnail/infos.
- Fixed baking instancers sometimes creating invisible actors.
This was caused by the default reference mesh setting the HiddenInGame property to true.
- Fixed issues when creating multiple landscape tiles mixed with instancers or other objects that also have the tile attribute.
This caused the output translator to only create one output (and only one landscape), with all the volumes (height, masks ..) instead of creating an output per tile.
This was caused by UHoudiniOutput::HeightfieldMatch() not finding previous/new landscape properly.
- Fixed: possible crash in the output details.
- Fixed: Parameter Details endlessly looping due to directories not being parsed correctly if the params were invalid (-1).
- Fixed instancer not properly baking to sublevel via the unreal_level_path attribute.
- Renamed the "tile_i" output token to "tile" to make it compatible with the split instance attribute.
- Fixed: Parameter UI: Wrong divider line on nested tabs
- Fixed: Parameter UI: bugs with the divider of nested multiparm and tabs, and empty multiparm and folder
- Fixed: Parameter UI: tab's innermost divider is too tall for tabs row.1 parent 6e8f163 commit 7074137
File tree
48 files changed
+1678
-887
lines changed- Source
- HoudiniEngineEditor
- Private
- HoudiniEngineRuntime
- Private
- HoudiniEngine
- Private
- Public/HAPI
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+1678
-887
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
375 | 398 | | |
376 | 399 | | |
377 | 400 | | |
| |||
491 | 514 | | |
492 | 515 | | |
493 | 516 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | 517 | | |
505 | 518 | | |
506 | 519 | | |
| |||
568 | 581 | | |
569 | 582 | | |
570 | 583 | | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | 584 | | |
575 | 585 | | |
576 | 586 | | |
| |||
637 | 647 | | |
638 | 648 | | |
639 | 649 | | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
| 650 | + | |
654 | 651 | | |
655 | 652 | | |
656 | 653 | | |
657 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
658 | 657 | | |
659 | 658 | | |
660 | 659 | | |
| |||
683 | 682 | | |
684 | 683 | | |
685 | 684 | | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
686 | 696 | | |
687 | 697 | | |
688 | 698 | | |
| |||
1028 | 1038 | | |
1029 | 1039 | | |
1030 | 1040 | | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
1031 | 1045 | | |
1032 | 1046 | | |
1033 | 1047 | | |
1034 | 1048 | | |
1035 | 1049 | | |
1036 | | - | |
| 1050 | + | |
| 1051 | + | |
1037 | 1052 | | |
1038 | 1053 | | |
1039 | 1054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments