The custom data JSON file can be used to add personal items to certain UI lists. The path to the file can be set in the add-on preferences.
Data
The add-on expects a specific structure to be found in the JSON. The specific sections must be named as required, and placed in the root object of the JSON file.
Due to the JSON syntax specifications, file paths should use /, or the \ characters must be properly escaped as \\.
Proxies
Section to define personal items for the Common Proxies list. The key value is the name that will be shown in the list, the value is the path to the proxy model.
Section to define personal items for the Common Named Properties list. The key is the name of the named property, the value is the value of the named property. A list of named properties supported by the engine can be found on the Community Wiki.
Section to define personal items for the Common Materials list. The key value is the name that will be shown in the list, the value is the path to the material file.
Section to define personal items for the Common Materials list. The key value is the name that will be shown in the list, the value is the path to the material file.
"materials_penetration": {"Penetration Material 1":"path/to/pen_material_1.rvmat","Penetration Material 2":"path/to/pen_material_2.rvmat"}
Procedural Textures
Section to define personal items for the Common Procedurals list. The key value is the name that will be shown in the list, the value is the procedural texture string to paste.
Section to define personal items for the Templates tool of the Materials tools. The key value is the name that will be shown in the list, the value is the path to a template file.