Example #1
0
    def on_addRimLight_pushButton_released(self):

        import Tapp.Maya.lighting.AddRimLight as mla
        mla.addRimRamp()
Example #2
0
    def on_arnoldRebuildMask_pushButton_released(self):

        import Tapp.Maya.lighting.arnold as mla
        mla.MaskFlush()
        mla.MaskBuild()
Example #3
0
    def on_arnoldSubdivision_pushButton_released(self):

        import Tapp.Maya.lighting.arnold as mla
        iterations = self.arnoldSubdivision_spinBox.value()
        mla.Subdivision(iterations)
Example #4
0
    def on_arnoldMask_pushButton_released(self):

        import Tapp.Maya.lighting.arnold as mla
        mla.Mask()
Example #5
0
    def on_addRimLight_pushButton_released(self):

        import Tapp.Maya.lighting.AddRimLight as mla
        mla.addRimRamp()