コード例 #1
0
 def draw_buttons_ext(self, context, layout):
     BRDFVRayMtl.gui(context, layout, self.BRDFVRayMtl)
コード例 #2
0
ファイル: MaterialNodes.py プロジェクト: Seliverstoff/vb25
 def draw_buttons_ext(self, context, layout):
     BRDFVRayMtl.gui(context, layout, self.BRDFVRayMtl)
コード例 #3
0
    def draw_buttons(self, context, layout):
        layout.prop(self, 'showAll')

        if self.showAll:
            BRDFVRayMtl.gui(context, layout.box(), self.BRDFVRayMtl, node=self)
コード例 #4
0
ファイル: MaterialNodes.py プロジェクト: Seliverstoff/vb25
    def draw_buttons(self, context, layout):
        layout.prop(self, 'showAll')

        if self.showAll:
            BRDFVRayMtl.gui(context, layout.box(), self.BRDFVRayMtl, node=self)