readme update

main
Pullusb 2021-11-29 15:30:28 +01:00
parent 577f0e65ae
commit c4cabccbb7
1 changed files with 5 additions and 6 deletions

View File

@ -5,14 +5,13 @@ Modified version of [Blender's BAT](https://developer.blender.org/source/blender
Modifications: Modifications:
- Additional export **Zip pack - keep hierarchy** - Additional export **Zip pack - keep hierarchy**
Standard Bat pack is doing an "assembly", modifying file internal links. This zip pack leave the file untouched. Standard Bat pack is doing an "assembly", modifying file internal links. This zip pack leave the file untouched. Behavior description:
Behavior: - The root folder for zipping use the environment variable `ZIP_ROOT` (accessed with `os.getenv('ZIP_ROOT')` if defined).
- The root folder for zipping use the environment variable `ZIP_ROOT` (accessed with `os.getenv('ZIP_ROOT')` if defined).
- If there is no such env variable, it fallback to path specified in addon preferences. - If there is no such env variable, it fallback to path specified in addon preferences.
- In the export browser window settings (sidebar), user can choose the packing root folder (prefilled by env or addon preference path) - In the export browser window settings (sidebar), user can choose the packing root folder, prefilled by env or addon preference path
- If nothing specified, root will be automatically defined with the most upper folder covering the whole dependancies hierarchy. - If nothing specified, root will be automatically defined with the most upper folder covering the whole dependancies hierarchy.
- Add All Udim texture in pack - Add all UDIM texture in pack
### Changelog ### Changelog