Package nukescripts :: Module group
[hide private]
[frames] | no frames]

Source Code for Module nukescripts.group

 1  # Copyright (c) 2009 The Foundry Visionmongers Ltd.  All Rights Reserved. 
 2   
 3  import nuke 
 4   
5 -def groupmake():
6 """Builds a group from the current node selection. 7 This function is only maintained for backwards compatibility. 8 Please use nuke.makeGroup() instead.""" 9 nuke.makeGroup()
10