mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
264 stars 93 forks source link

Feature: hide node inputs for controls #204

Closed liudger closed 1 year ago

liudger commented 1 year ago

To improve speed it could be a nice feature if build is final that it hide these nodes image This will improve selection performance and it looks cleaner:) Normally I would do this as a post step. But maybe it's something you can set with the Guide Settings? image When Debug Mode is final that it will clean the control nodes. There is a command for this isHistoricallyInteresting

miquelcampos commented 1 year ago

Hi @liudger
Thanks for the suggestion. I am already hiding some nodes by unchecking isHistoricallyInteresting But yes, definitely we can hide it all. I will add the ticket to the To Do list

miquelcampos commented 1 year ago

@liudger I did it. But instead of navigating all the connections in controls, I do it all at once from the top node.

I am curious how you are doing it with your custom step. is it the same I did?