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.91 by greg, Fri Jan 5 18:04:28 2024 UTC vs.
Revision 2.92 by greg, Sun Dec 8 17:36:32 2024 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines