NodeGraphQt
NodeGraphQt copied to clipboard
Update custom widget for NodeBaseWidget
Hi,
The easiest way to change the size of a matplotlib plot figure within a widget would be to update the custom widget. So far i copy pasted the content of the set_custom_widget inside my node function. Can we have either a new function in the NodeBaseWidget class or an argument to bypass the test in the set_custom_widget?
Thanks Zelfior