Editing resource paths manually
This page is a guide on how to edit the preferences to add or remove resource path without launching the application.
Preferences location
The resource location are managed with the application preferences which can change depending on the paltform:
System | Version | Path |
---|---|---|
Windows (registry) | 7.2 or newer | HKEY_CURRENT_USER\Software\Adobe\Adobe Substance 3D Painter |
Legacy | HKEY_CURRENT_USER\Software\Allegorithmic\Substance Painter | |
Mac (library) | 7.2 or newer | /Users/[username]/Library/Preferences/com.adobe.Adobe Substance 3D Painter.plist |
Legacy | /Users/[username]/Library/Preferences/com.substance3d.Substance Painter.plist | |
Linux | 7.2 or newer | /home/[username]/.config/Adobe/Adobe Substance 3D Painter.conf |
Legacy | /home/[username]/.config/Allegorithmic/Substance Painter.conf |
Adding a path on Windows
On Windows paths can be managed via the Windows Registry:
- Click on Start > Run or press Windows + R .
- Type "regedit" (without the quotes) in the dialog and press OK.
- Navigate in the tree view on the left of the Registry Editor window and go to the registry key mentioned above.
- Add a Key below pathInfos with a number as a name. Increment the number based on the already existing keys (starting at 1).
- Do a right-click > new > String value in the right part of the window. Name it disabled and set the value to false.
- Do a right-click > new > String value in the right part of the window. Name it name and enter the name of the custom shelf.
- Do a right-click > new > String value in the right part of the window. Name it path and set the value to path where the shelf is located.
- Don't forget to increment by 1 the key " size " within " pathInfos ".
- Close the window.
- Start the application.
It is possible to define the new path as the default one (were new resources are created, like presets) by changing the value of the entry writableShelf to the name of the new location.
Adding a path on Linux
On Linux additional paths can be created via the user application preference config file, stored in the home directory (see.
- Navigate to the path mentioned above.
- Open the file Substance 3D Painter.config
- Scroll down to the [Shelf] section
Add a new shelf path by incrementing the last number visible, example:
pathInfos2disabled=false pathInfos2name=custom_resources pathInfos2path=/home/Username/Documents/custom_path writableShelf=custom_resources
Use the writableShelf variable to specify which path will be the default one (were new resources are created, like presets).
Save the changes and restart the application.