ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/genBSDF.pl
(Generate patch)

Comparing ray/src/util/genBSDF.pl (file contents):
Revision 2.92 by greg, Sun Dec 8 17:36:32 2024 UTC vs.
Revision 2.93 by greg, Sun Dec 8 18:16:28 2024 UTC

# Line 163 | Line 163 | if ( !defined $recovery ) {
163                          ($tensortree==3 && !($doforw && $doback));
164          # Get scene description
165          if ( $mgfin ) {
166 <                my $mgfcv = $docolor ? "mgf2rad -s" : "mgf2rad";
167 <                system "$mgfcv @ARGV > $radscn";
166 >                system "mgf2rad @ARGV > $radscn";
167                  die "Could not load MGF input\n" if ( $? );
168          } else {
169                  system "xform -e @ARGV > $radscn";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines