2021-12-20 21:50:52 +00:00
|
|
|
# sbsar files generation part
|
|
|
|
export SBS_DIR=example/sbs
|
|
|
|
export SBSAR_DIR=build/sbsar
|
|
|
|
|
2021-12-17 21:42:24 +00:00
|
|
|
# executables used
|
2021-12-20 21:50:52 +00:00
|
|
|
export MAKESBSAR=sbscooker --quiet --output-name {inputName} --includes "/opt/Allegorithmic/Substance_Automation_Toolkit/resources/packages/" --includes "$(SBS_DIR)/utilities/"
|
2021-12-17 21:42:24 +00:00
|
|
|
export GETPRESET=sbsmutator info --print-presets
|
|
|
|
export GETOUTPUT=sbsmutator info --print-outputs
|
|
|
|
export SBSRENDER=sbsrender
|
|
|
|
|
|
|
|
# texturesets files
|
|
|
|
export TEXTURESET_FOLDER := build/texturesets
|
|
|
|
|
|
|
|
# texture names possible
|
|
|
|
export TEXTURES_NAMES := basecolor|normal|metallic|roughness|opacity|height
|
|
|
|
|
|
|
|
# png files folders
|
|
|
|
export PNG1024_DIR := build/png_1024
|
|
|
|
export PNG512_DIR := build/png_512
|
|
|
|
export PNG256_DIR := build/png_256
|
|
|
|
|
|
|
|
# Blender related
|
2021-12-20 21:50:52 +00:00
|
|
|
export BLENDFILES_FOLDER := example/blenderfiles
|
|
|
|
export BLENDEREXEC := /opt/blender/blender
|
2021-12-17 21:42:24 +00:00
|
|
|
|
|
|
|
# Logo file
|
2021-12-20 21:50:52 +00:00
|
|
|
export LOGO := example/logo/YKtextures.png
|
2021-12-17 21:42:24 +00:00
|
|
|
|
|
|
|
# Destination preview folder
|
2021-12-17 22:10:44 +00:00
|
|
|
export PREVIEW_FOLDER := build/previews
|
2021-12-17 21:42:24 +00:00
|
|
|
|
|
|
|
# Material list
|
2021-12-20 21:50:52 +00:00
|
|
|
export MATERIALLIST := example/material_list.json
|