doc update
parent
5af5c18f94
commit
577f0e65ae
17
README.md
17
README.md
|
@ -1,15 +1,18 @@
|
||||||
# BAT (blender asset tracer)
|
# BAT (blender asset tracer)
|
||||||
|
|
||||||
Modified version
|
Modified version of [Blender's BAT](https://developer.blender.org/source/blender-asset-tracer/browse/master/blender_asset_tracer/)
|
||||||
with Zip packer included
|
|
||||||
|
|
||||||
|
Modifications:
|
||||||
|
|
||||||
Zip behavior
|
- Additional export **Zip pack - keep hierarchy**
|
||||||
the root folder of the zip use first the environment variable `ZIP_ROOT` (used with `os.getenv('ZIP_ROOT')`)
|
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).
|
||||||
|
- 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.
|
||||||
|
|
||||||
If there is no such env variable it fallback to path specified in addon preferences.
|
- Add All Udim texture in pack
|
||||||
|
|
||||||
This root can be manually changed in the settings (sidebar) of the export browser windows.
|
|
||||||
|
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
Loading…
Reference in New Issue