strike-digital / node_pie

A blender addon that adds a pie menu for adding new nodes to the node editor quickly
159 stars 9 forks source link

Overflow makes some nodes inaccessible #28

Closed KristjanLaane closed 5 months ago

KristjanLaane commented 6 months ago

i just noticed some of the nodes are not visible on the screen, so i cannot access them. The bottom of the Rotation category for instance: image And if have many custom node groups then they dont fit either and push the Vector category completely off the screen. There are many different kinds of solution to the problem, im just reporting the issue :)

strike-digital commented 6 months ago

Yeah I had this issue before, unfortunately there's not much you can do about it other than changing the addon preferences.

The way it works is that if the pie menu is smaller than the height of the window it will move it up to fit, but otherwise it will just cut it off. One way to help is in the preferences to change the groups to display as a submenu, rather than as a list. And if that doesn't work then you could also change the minimum node height so that it is even smaller.

KristjanLaane commented 5 months ago

thanks, your suggestions fix it enough to be workable.