Parcourir la source

Output of bash scripts update

Jérôme BUISINE il y a 4 ans
Parent
commit
c38afb3884
3 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      change_dimensions_all.sh
  2. 1 1
      change_ext_all.sh
  3. 1 1
      landscape/p3d_view-4.pbrt

+ 1 - 1
change_dimensions_all.sh

@@ -29,7 +29,7 @@ do
 
     # check if filename contains 
     if [[ "$file" == ${prefix}* ]]; then
-        echo "Update image extension (.${previous} to .${new_ext}) into ${filename_fixed}"
+        echo "Update image extension (xresolution to ${xresolution} and yresolution to ${yresolution}) into ${filename_fixed}"
         python change_dimensions_pbrt.py --xresolution ${xresolution} --yresolution ${yresolution} --pbrt ${filename_fixed}
     fi 
   done

+ 1 - 1
change_ext_all.sh

@@ -29,7 +29,7 @@ do
 
     # check if filename contains 
     if [[ "$file" == ${prefix}* ]]; then
-        echo "Update image extension (xresolution to ${xresolution} and yresolution to ${yresolution}) into ${filename_fixed}"
+        echo "Update image extension (.${previous} to .${new_ext}) into ${filename_fixed}"
         python change_ext_pbrt.py --prefix ${prefix} --pbrt ${filename} --previous ${previous} --ext ${new_ext}
     fi 
   done

+ 1 - 1
landscape/p3d_view-4.pbrt

@@ -20,4 +20,4 @@ Material "uber"
         "rgb Kd" [ 0.10048151 0.11928019 0.13998489 ] 
 Include "geometry.pbrt"
 
-WorldEnd
+WorldEnd