I'm getting these errors which pertain to my APEX node stream within my hda after I blackbox my custom apex hda. I have been doing tests for weeks making blackboxed versions of the same hda, suddenly it started giving these error chains that pertain to many of my apex autorig components
basically, the HDA has no issues until I try to blackbox the asset, houdini crashes, and when i restart houdini and load the newly generated black boxed hda, it throws a chain or those NameError:'s Component Source and SnippetSource
Anyone got any idea what it could be?
heres what they look like
`Error running Python menu script in parameter,
Component Source (/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_lefthand_abst_to_blendpanel/componentsource):
Traceback (most recent call last):
File "/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_lefthand_abst_to_blendpanel/componentsource", line 1, in <module>
NameError: name 'kwargs' is not defined
Error running Python menu script in parameter,
Snippetsource Source (/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_lefthand_abst_to_blendpanel/snippetsource):
Traceback (most recent call last):
File "/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_lefthand_abst_to_blendpanel/snippetsource", line 1, in <module>
NameError: name 'kwargs' is not defined
Error running Python menu script in parameter,
Component Source (/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_righthand_abst_to_blendpanel/componentsource):
Traceback (most recent call last):
File "/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_righthand_abst_to_blendpanel/componentsource", line 1, in <module>
NameError: name 'kwargs' is not defined
Error running Python menu script in parameter,
Snippetsource Source (/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_righthand_abst_to_blendpanel/snippetsource):
Traceback (most recent call last):
File "/obj/geo1/Skeltra_Biped_Autorig1/transformdriver_parent_righthand_abst_to_blendpanel/snippetsource", line 1, in <module>
NameError: name 'kwargs' is not defined`
All these kind of NameError:'s mention SnippetSource and ComponentSource
i saw this change log from May on houdinis website
"20.5.614
Fixed a bug in APEX Script resulting in the default values for callbacks added by apex script being unexpectedly cleared.
Thu. May 29, 2025"
I'm trying this on the daily build of 20.5.641 and its still not working. Not even sure if that change log is even related to this.