readme update
parent
577f0e65ae
commit
c4cabccbb7
11
README.md
11
README.md
|
@ -5,14 +5,13 @@ Modified version of [Blender's BAT](https://developer.blender.org/source/blender
|
|||
Modifications:
|
||||
|
||||
- Additional export **Zip pack - keep hierarchy**
|
||||
Standard Bat pack is doing an "assembly", modifying file internal links. This zip pack leave the file untouched.
|
||||
Behavior:
|
||||
- The root folder for zipping use the environment variable `ZIP_ROOT` (accessed with `os.getenv('ZIP_ROOT')` if defined).
|
||||
Standard Bat pack is doing an "assembly", modifying file internal links. This zip pack leave the file untouched. Behavior description:
|
||||
- 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.
|
||||
- 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.
|
||||
- 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.
|
||||
|
||||
- Add All Udim texture in pack
|
||||
- Add all UDIM texture in pack
|
||||
|
||||
|
||||
### Changelog
|
||||
|
|
Loading…
Reference in New Issue