Exemplo n.º 1
0
 def execute(self):
     self.check_input_files(self.to_rad_string())
     RadianceCommand.execute(self)
Exemplo n.º 2
0
 def execute(self):
     self.checkInputFiles(self.toRadString())
     RadianceCommand.execute(self)
Exemplo n.º 3
0
    def execute(self):
        if self.prepare_geometry._value:
            self.input_geometry = [self.prepare_geometry_for_bsdf()]

        RadianceCommand.execute(self)
Exemplo n.º 4
0
    def execute(self):
        if self.prepareGeometry._value:
            self.inputGeometry = [self.prepareGeometryForBsdf()]

        RadianceCommand.execute(self)
Exemplo n.º 5
0
 def execute(self):
     self.check_input_files(self.to_rad_string())
     RadianceCommand.execute(self)