Typo on folder name
This commit is contained in:
parent
8596022ec9
commit
3ab1a821a3
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ export PNG256_DIR := build/png_256
|
|||
|
||||
# Blender related
|
||||
export BLENDFILES_FOLDER := blenderfiles/master
|
||||
export BLENDEREXEC := /home/yann/Documents/3D/blender_builds/daily/blender-3.1.0-alpha+daily.644eb68524b9/blender
|
||||
export BLENDEREXEC := blender
|
||||
|
||||
# Logo file
|
||||
export LOGO := logo/YKtextures.png
|
||||
|
||||
# Destination preview folder
|
||||
export PREVIEW_FOLDER := build
|
||||
export PREVIEW_FOLDER := build/previews
|
||||
|
||||
# Material list
|
||||
export MATERIALLIST := material_list.json
|
||||
|
|
Loading…
Reference in a new issue