From 37046881ce4dc2b0171f0f01162d81ac73c70adc Mon Sep 17 00:00:00 2001 From: beevabeeva Date: Tue, 22 May 2018 12:43:12 +0200 Subject: [PATCH] use python2 not python (which now calls python3 +) save users hours trying to figure this out. --- utils/exporters/obj/convert_obj_three.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/exporters/obj/convert_obj_three.py b/utils/exporters/obj/convert_obj_three.py index 3c22df376d43fb..04fc5cd3592d16 100644 --- a/utils/exporters/obj/convert_obj_three.py +++ b/utils/exporters/obj/convert_obj_three.py @@ -4,7 +4,7 @@ How to use this converter ------------------------- -python convert_obj_three.py -i infile.obj -o outfile.js [-m "morphfiles*.obj"] [-c "morphcolors*.obj"] [-a center|centerxz|top|bottom|none] [-s smooth|flat] [-t ascii|binary] [-d invert|normal] [-b] [-e] +python2 convert_obj_three.py -i infile.obj -o outfile.js [-m "morphfiles*.obj"] [-c "morphcolors*.obj"] [-a center|centerxz|top|bottom|none] [-s smooth|flat] [-t ascii|binary] [-d invert|normal] [-b] [-e] Notes: - flags