Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pref to "Frame nodes on open" #227

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from
Draft

Conversation

ImLucasBrown
Copy link
Member

+ Added user preference to "Frame all nodes on open". As the name suggests, turn this on to have all your nodes automatically framed in view when you open a graph.

Closes #203

…uggests, turn this on to have all your nodes automatically framed in view when you open a graph.

Closes #203
…Works in standalone and Blender, have not tested Maya.
… editor with a graph path supplied. Nothing I do works in every case and I've wasted enough time.
@@ -46,6 +46,7 @@ class MainWindow(QtWidgets.QMainWindow):

"""The main window of the nxt UI. Includes the menu bar, tool bar, and dock widgets."""

startup_done = QtCore.Signal()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A leftover from an old approach?

Comment on lines +345 to +351

return super(MainWindow, self).event(event)

def resizeEvent(self, event):
super(MainWindow, self).resizeEvent(event)


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important or just leftovers?

@ImLucasBrown ImLucasBrown marked this pull request as draft September 15, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants