You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed issues caused by the HoudiniAssetComponent unregistering itself
a second time in its destructor. Unregistration already happens during
GC - so no need to do it a second time.
- Parameter presets are now only applied upon rebuilding an HDA.
This fixes an issue where changing a parameter just after loading a level
would cause parameters to revert to their previous value the first time.
- Parameter presets are now only applied upon rebuilding an HDA.
This fixes an issue where changing a parameter just after loading a level
would cause parameters to revert to their previous value the first time.
- Added missing includes
- Fixed issues that could cause parameters/inputs to not be properly set
after rebuilding/recooking/on first cook after load.
- Added new setting, "UsePresetsForParameters" that disables setting parameters
in bulk with presets - this is to be used for troubleshooting only.