sideeffects / HoudiniEngineForUnreal-v2

Houdini Engine Plugin for Unreal Engine 4 - Version 2
http://www.sidefx.com/unreal
Other
295 stars 76 forks source link

Rebuilding runs button callback scripts #96

Open peterprickarz opened 3 years ago

peterprickarz commented 3 years ago

Rebuilding an HDA seems to press the buttons of the parameter interface, which causes callback scripts to run that shouldn't be running.

Steps to reproduce: Create HDA with button, put in a callback script, e.g. print("rebuilding presses buttons"), rebuild it in unreal with Session Sync and it'll print "rebuilding presses buttons"

IceDustEl commented 3 years ago

Rebuild are also triggered after the HDA has been loaded

DMaendel commented 2 years ago

Has this been resolved? I am getting the same issue in Unity.