コード例 #1
0
    def __init__(self, coralNode):
        NodeUi.__init__(self, coralNode)

        self.setCanOpenThis(True)
        self.setAttributesProxyEnabled(True)
        self.addRightClickMenuItem("include selected nodes",
                                   self._includeSelectedNodes)
コード例 #2
0
ファイル: builtinUis.py プロジェクト: BigMacchia/coral-repo
 def __init__(self, coralNode):
     NodeUi.__init__(self, coralNode)
     
     self.setCanOpenThis(True)
     self.setAttributesProxyEnabled(True)
     self.addRightClickMenuItem("include selected nodes", self._includeSelectedNodes)
コード例 #3
0
ファイル: builtinUis.py プロジェクト: BigMacchia/coral-repo
 def __init__(self, coralNode):
     NodeUi.__init__(self, coralNode)
     
     self.setCanOpenThis(True)
     self.setAttributesProxyEnabled(True)
コード例 #4
0
    def __init__(self, coralNode):
        NodeUi.__init__(self, coralNode)

        self.setCanOpenThis(True)
        self.setAttributesProxyEnabled(True)