Exemple #1
0
 def execute(self):
     self.check_input_files(self.to_rad_string())
     RadianceCommand.execute(self)
Exemple #2
0
 def execute(self):
     self.checkInputFiles(self.toRadString())
     RadianceCommand.execute(self)
    def execute(self):
        if self.prepare_geometry._value:
            self.input_geometry = [self.prepare_geometry_for_bsdf()]

        RadianceCommand.execute(self)
Exemple #4
0
    def execute(self):
        if self.prepareGeometry._value:
            self.inputGeometry = [self.prepareGeometryForBsdf()]

        RadianceCommand.execute(self)
Exemple #5
0
 def execute(self):
     self.check_input_files(self.to_rad_string())
     RadianceCommand.execute(self)