Hi everybody,
first of all congratulation for darren and his "nuggest" they are really useful!
I'm an italian developer, I found this vi awesome since i often need to disconnect very big and nested clusters, but i did some modifications:
- I made the front panel visible and added a slider to see the progress of the process.
- Instead of discriminate a normal control or constant from a typedef or strictly typedef using the error generated by the method "disconnect from typedef", i use first the property node "is typedef?" and if true i put the reference in an array. Then i disconnect all the controls/constant in the array. Disconnecting one of my biggest cluster with (Ctrl + shift + Y) i passed from 400 to 78 seconds to complete the process.
I don't know if there may be contraindications using that property node.
Sorry for my english, i tried to do my best!
Regards