scaleBox v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Falk Hofmann
slider to scale nodedistance in X and Y
Requirements:
10.5, 10.0, 9.0 or later
10.5, 10.0, 9.0 or later
13 Mar 2017
89
This little Script allows you to scale the distance between selected Nodes inside the Nodegraph. It is based on Frank Rueters 'scaleNodes' which you can find here.
Please Note that this isn't production proven. In fact I noticed some strange behavior when scaling both axis to high. If you have any solution for this, feel free to submit a fixed version.
Please login in order to download these files.
Comments
this is on purpose to avoid to leave too many windows open at the same time. otherwhise it will create each time a new instance with a new window.
if you wajt to get rid of this behavior, feel free to delete or disable line 101/102
def leaveEvent(self , event):
self.cancel()
however, you can always hit "escape" to close the widget
http://www.nukepedia.com/python/nodegraph/w_scaletree
RSS feed for comments to this post