GafferHQ / gaffer

Gaffer is a node-based application for lookdev, lighting and automation
http://www.gafferhq.org
BSD 3-Clause "New" or "Revised" License
931 stars 206 forks source link

NodeGraph graph drawing when 'zoomed out' could be improved #186

Open bentoogood opened 11 years ago

bentoogood commented 11 years ago

Currently when nodes and noodles are drawn 'small' in the NodeGraph there are some artefacts that could possibly be improved.

johnhaddon commented 11 years ago

Perhaps the labels and suchlike should just fade to nothingness at a distance? Another problem I've had is that when zoomed out I quite often accidentally grab and move a connection when there simply isn't enough resolution to do that accurately - should that be disabled at a distance?

bentoogood commented 11 years ago

Sounds reasonable and I imagine we'll have to have some simpler representation of node when they're very small for #85, so the mechanism could be shared.

However, I think I'd expect to still see labels as the level of zoom shown in the screen grab.

If we do loose the labels when the nodes are small, that would have to be dependent on #154- otherwise I think it'd quickly become tricky to tell what's what.