Skip to content

Commit 9141f48

Browse files
committed
Updating Readme files for Beta1.
1 parent 22e9bc9 commit 9141f48

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Houdini Engine for Unreal - Version 2 - Alpha
1+
# Houdini Engine for Unreal - Version 2 - Beta
22

3-
Welcome to the Alpha repository for Version 2 of the Houdini Engine For Unreal Plugin.
3+
Welcome to the repository for the Beta of Version 2 of the Houdini Engine For Unreal Plugin.
44

55
This plug-in brings Houdini's powerful and flexible procedural workflow into Unreal Engine through Houdini Digital Assets. Artists can interactively adjust asset parameters inside the editor and use Unreal assets as inputs. Houdini's procedural engine will then "cook" the asset and the results will be available in the editor without the need for baking.
66

77
Version 2 is a significant rewrite of the core architecture of the existing Houdini Engine plugin, and comes  with many new features, and improvements.
88

9-
Here are some of the new features and improvements already available in Alpha 3.1:
9+
Here are some of the new features and improvements currently available in Beta1:
1010

1111

1212
Core:
@@ -23,6 +23,7 @@ Outputs:
2323
- Material overrides and generic uproperty attributes can either be applied on the instancer, or per instance (when using mesh split instancers or instanced Actors).
2424
- It is possible to create foliage instances directly, without baking, when using the “unreal_foliage” attribute on an instancer.
2525
- A class can be directly instantiated by the "unreal_instance" attribute (ie “PointLight”, “AudioVolume”… ).
26+
- Curves can be outputed to SplineComponents by using the "unreal_output_curve" primitive attribute.
2627

2728
Inputs:
2829

@@ -51,27 +52,31 @@ General:
5152
- The PDG Asset Link has been added, allowing control of TOP networks nested in HDAs, and works similarly to the one in the Unity plugin.
5253
- Session Sync is supported, allowing the plugin to connect to a session of Houdini Engine running inside Houdini.
5354
  The state of Houdini Engine can be viewed in Houdini while working with the plugin in Unreal, and changes on either end, whether in Unreal via the plugin or in Houdini via its various interfaces, will be synchronized across so that both applications will be able to make changes and see the same results.
55+
- Blueprint support: It is now possible to use Houdini Asset Components in the Blueprint Editor.
56+
This lets you preset and use HDAs on Blueprint Actors, and changing parameters/inputs on the Houdini Asset will automatically update all placed instances of that Blueprint.
5457

55-
For more details on the new features and improvements available on this alpha, please visit the [Wiki](https://github.com/sideeffects/HoudiniEngineForUnreal-v2/wiki/What's-new-%3F).
5658

57-
The main focus of this Alpha is to ensure proper compatibility with version 1 workflows and tools.
58-
Therefore, some of the new features planned for the full release of version 2 are not available in the Alpha yet.
59-
Noticeably, Alpha3.1 does not have Blueprint support, and the PDG integration is still in its early stage.
59+
For more details on the new features and improvements available in the Beta, please visit the [Wiki](https://github.com/sideeffects/HoudiniEngineForUnreal-v2/wiki/What's-new-%3F).
60+
61+
Some of the new features in the beta are still in their early stage, and will be improved upon in subsequent release of the plugin.
6062

6163
# Feedback
6264

6365
Please use this repository's "Issues" to report any bugs, problems, or simply to give us feedback on your experience with version2.
6466

6567
# Compatibility
6668

67-
Currently, the [Alpha3.1](https://github.com/sideeffects/HoudiniEngineForUnreal-v2/releases) release of V2 has binaries that have been built for UE4.25 and UE4.24, and is linked with Houdini 18.0.532.
69+
Currently, the [Beta1](https://github.com/sideeffects/HoudiniEngineForUnreal-v2/releases) release of V2 has binaries that have been built for UE4.25 and UE4.24, and is linked with the latest prodcution build of Houdini, H18.0.597.
6870

6971
Source code for the plugin is available on this repository for UE4.25, UE4.24, UE4.23 and the master branch of Unreal (4.26).
7072

71-
It is important to note that Version 2 is not backward compatible with version 1 of the Houdini Engine for Unreal plugin.
73+
As of Beta1, Version 2 is now backward compatible with version 1 of the Houdini Engine for Unreal plugin.
74+
75+
When loading a level that contains Houdini objects made with version 1, the plugin now tries to convert the V1 components, parameters, inputs and outputs to their v2 equivalents.
7276

73-
To that extent, it is important that you use version 2 of the plug-in only with projects that do not contain version 1 assets.
77+
Some HDAs might need to be rebuilt after the conversion for their parameters and inputs to be displayed properly by the v2 plugin.
7478

79+
The conversion of the legacy v1 data is still in progress and will be improved upon in the future.
7580
However, the Houdini Digital Assets themselves (the HDA files), that were created for version 1 of the plugin are fully compatible with version 2, as it supports most of version 1 workflows.
7681

7782
# Installing the plugin
@@ -98,6 +103,3 @@ However, the Houdini Digital Assets themselves (the HDA files), that were create
98103
01. Once you have an HDA in the `Content Browser` you should be able to drag it into the Editor viewport. This will spawn a new Houdini Asset Actor. Geometry cooking will be done in a separate thread and geometry will be displayed once the cooking is complete. At this point you will be able to see asset parameters in the `Details` pane. Modifying any of the parameters will force the asset to recook and possibly update its geometry.
99104

100105

101-
# License
102-
103-
Please remember this the Alpha is currently private, and is therefore subject to our Alpha/Beta NDA and [License](https://github.com/sideeffects/HoudiniEngineForUnreal-v2/blob/4.24/LICENSE.md) agreement.

0 commit comments

Comments
 (0)