Source code for nukescripts.group
# Copyright (c) 2009 The Foundry Visionmongers Ltd. All Rights Reserved.
import nuke_internal as nuke
[docs]def groupmake():
"""Builds a group from the current node selection.
This function is only maintained for backwards compatibility.
Please use nuke.makeGroup() instead."""
nuke.makeGroup()