This sort of thing has come up a few times in the past. It would be really cool 
to have some options to configure the auto place like it has been suggested 
here, as well as with top>down vs. left_right preference, or even bottom>up or 
right>left for those who like a challenge (I know some guys in here are used to 
comping bottom up from their inhouse software).





On Apr 4, 2011, at 11:44 AM, Nathan Rusch wrote:

> L is calling the built-in _autoplace function (which may just be a binding 
> wrapper for the .autoplace node method... not sure on that one). The 
> sort-of-bottom-line there is that in order to modify that functionality, 
> you’d have to write your own autoplace-style function and either monkey-patch 
> the nuke module, re-bind the L hotkey, or just bind your function to some 
> other key. It wouldn’t be too hard, but it’s not quite as simple as passing 
> the built-in one a different variable or editing the nukescripts module.
>  
> -Nathan
> 
>  
> From: Jason Nguyen
> Sent: Saturday, April 02, 2011 4:57 PM
> To: Nuke Python discussion
> Subject: [Nuke-python] reassign the "L" hotkey to align the nodes graph
>  
> Hi,
> 
> Nuke currently aligning the nodes with B input across from left to right & A 
> input top to bottom when hitting "L" in the node graph.  Is there a way to 
> reassign this so that it would go reverse with "B" inputs go top to bottom & 
> "A" inputs on the left?
> 
> Thanks,
> 
> 
> J
> 
> _______________________________________________
> Nuke-python mailing list
> Nuke-python@support.thefoundry.co.uk
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
> _______________________________________________
> Nuke-python mailing list
> Nuke-python@support.thefoundry.co.uk
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to