From 7fb6268d09da11a03ff89ff4a45be27f680dcfda Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Sat, 6 Apr 2024 00:05:39 +0200 Subject: [PATCH] remove the error when he don't find blender --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 783e17134..f6c383604 100644 --- a/Makefile +++ b/Makefile @@ -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)