Scripts used to handle .sbs files to generate textures on various formats, including preview files and zipped packages. Used to deliver different packages to several destinations
Go to file
2021-12-20 22:46:43 +01:00
blenderfiles Mise en place de contenu minimal pour tests 2021-12-15 23:17:13 +01:00
logo Enabling Git LFS for big files - adding png and .blend files 2021-12-15 22:18:27 +01:00
sbs Mise en place de contenu minimal pour tests 2021-12-15 23:17:13 +01:00
.gitattributes Enabling Git LFS for big files - adding png and .blend files 2021-12-15 22:18:27 +01:00
.gitignore No more need to exclude example files from tracking as there will be replaced for actual use 2021-12-20 22:46:43 +01:00
global-config.mk Typo on folder name 2021-12-17 23:10:44 +01:00
LICENSE Add LICENSE - GNU A-GPL 2021-12-15 22:21:23 +01:00
Makefile Removing configuration informations for Makefile and adding reading of them 2021-12-17 22:45:16 +01:00
Makefile_export Adding first batch of Makefiles 2021-12-15 21:55:20 +01:00
Makefile_previews Sending Blender logs to /dev/null - Typo corrected 2021-12-17 22:40:57 +01:00
Makefile_subformats Adding first batch of Makefiles 2021-12-15 21:55:20 +01:00
material_list.json Mise en place de contenu minimal pour tests 2021-12-15 23:17:13 +01:00
README.md Fixing typo - Close #2 2021-12-17 23:14:16 +01:00

Factory to handle Substance files to distribute content

This repository use Git LFS.

Organisation of a factory

Configuration of the Makefile

The file global-config.mk contain configuration informations about paths to sources, executables and to the building destinations. It details all the variables which can be set but shouldnt be modified, as it can receive new variables in the future needed for the script to work. Moreover is handled by git for new versions and any changes you make would be erased by new pull of the script. If you want to specify a dedicated value to any variable, you should copy its line definition to a new file inf the same folder, called local-config.mk. Like this, you will keep your local configuration files in the future with new versions of the script.

Simply write either the absolute or the relative path from your Makefile script situation for any information needed.

Executables used

These are the adress of the substance automation toolkit binaries.

Sbsar files generation part

You need to define a sbs source folder where the script will check for new content in the SBS_DIR variables content.

You must write down also the place where the script will write the generated sbsar.

Texturesets files

This files will be used only internally by the script to check the texturesets it handles.

Texture names possible

This variable is needed to recognize the files created as bitmaps from the substance source, it must include all the identifiers used in all the graphs, separated by a pipe and no space. It is used as regexp rule in the script.

Png files folders

Theses are the places where the script will generate the final png files. It will be the main repository used as reference to fill hereafter all the targets needed in any package needed.

You have to define also a blender file directory where you will store the files used to generate previews of texturesets. They will be handled vie the material_list.json file indicated in the following section. They will have to be organized a special way to function, see later.

The BLENDEREXEC variable is the path to the binary used to generate the preview. It must be compatible with the version used to save the renders files.

Logo file

Indicate any logo you would need as watermark in any of the content.

Destination preview folder

Where you will save the renders of the previews of each textureset generated by Blender.

Material list

The path to the json file used to manage all the metadata linked to texturesets and proper management of the content generated by the script. It must comply to a specific organisation and content to work properly.