gregzaal / Matalogue

List of node trees to switch between quickly
151 stars 12 forks source link

Recenter view when switching tree #4

Open gregzaal opened 9 years ago

gregzaal commented 9 years ago

Most of the time materials have their nodes spread out inconsistently - sometimes they're on the left, sometimes on the right, sometimes 10000 pixels away.

Would be nice if the whole tree was brought into view each time you switched, but i know this might be annoying so there should be a preference or something to disable it.

Right now, it's not possible to implement this because of limitations in the API (space_data.edit_tree.view_center is read-only)