remove the error when he don't find blender

This commit is contained in:
coco875
2024-04-06 00:05:39 +02:00
parent ace4950744
commit 7fb6268d09
-2
View File
@@ -264,8 +264,6 @@ else ifneq ($(call find-command,blender),)
BLENDER := blender
else ifeq ($(DETECTED_OS), windows)
BLENDER := "C:\Program Files\Blender Foundation\Blender 3.6\blender.exe"
else
$(error Unable to find blender)
endif
MODELS_JSON := $(wildcard models/*/models.json)