From 10c8dae2509c7c5a6c5b5fda7d2607a93b8bf9d4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 20 Aug 2010 06:18:25 +0200 Subject: [PATCH] Revert "also allow _bump", because DDS-converted _bump will not work, we NEED _norm This reverts commit a2e171dbec4303eb20a814dce168b44ed4280cb8. --- scripts/shader-audit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shader-audit.sh b/scripts/shader-audit.sh index 250e7d3a..83aba6b9 100755 --- a/scripts/shader-audit.sh +++ b/scripts/shader-audit.sh @@ -293,7 +293,7 @@ for X in *.shader; do done rm -f "$t" -textures_avail=`( cd ..; find textures/ -type f -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*_bump.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u` +textures_avail=`( cd ..; find textures/ -type f -not -name '*_norm.*' -not -name '*_glow.*' -not -name '*_gloss.*' -not -name '*_reflect.*' -not -name '*.xcf' ) | while IFS= read -r T; do normalize "$T"; done | sort -u` textures_used=`echo "${textures_used#$LF}" | sort -u` echo "$textures_used$LF$textures_used$LF$textures_avail" | sort | uniq -u | while IFS= read -r L; do -- 2.39.2