elovikov
in the meantime this stupid trick can work:
Image Not Found
I've attached the hip as well. the only thing is connect the output, even void one
not sure how log callback would be different, but this workflow is a bit painful
I personally think apex engine would benefit from any sort of conventional tagging, like if I'm tagging node (function, subnet, whatever) as traceable it just dump it's inputs and outputs. this alone actually would cover a lot of debugging
I’m facing an issue with debugging in Apex Script when using the Apex Autorig Component. Here’s the scenario:
I’m using the Use Second Input option in the Apex Autorig Component and connecting an Apex Script to the second input.
However, this approach doesn’t seem to work properly, especially with functions inside the Apex Script.
Specifically, I’ve created a function that I plan to add to the network using addSubnet. The issues I’m encountering are:
The Log inside the function does not work.
I intended for the function to return debug_msg and set it as a detail attribute in base.skel. Unfortunately, this doesn’t work either, and the message can’t be saved.
Does anyone have a good method for debugging the function code inside the Apex Autorig Component? Any tips would be highly appreciated.
Additional Notes:
I’ve attached the .hip file for reference.
Even when connecting a void output, the issue persists.
I’m also wondering if there’s a way to tag nodes (such as functions or subnets) as traceable to automatically dump their inputs and outputs for easier debugging. This could really help streamline the debugging process.
Looking forward to your suggestions!