Addon: log BAT pack parameters
This can help to debug issues. Note that these are logged at `INFO` level, and thus probably won't be seen with Python's default logging configuration.
This commit is contained in:
parent
a6f6f10239
commit
e4f5dff21c
@ -224,6 +224,11 @@ def copy( # type: ignore
|
||||
# these, Strict Pointer Mode is disabled.
|
||||
submodules.blendfile.set_strict_pointer_mode(False)
|
||||
|
||||
log.info("BAT pack parameters:")
|
||||
log.info("base_blendfile = %r", base_blendfile)
|
||||
log.info("project = %r", project)
|
||||
log.info("target = %r", target)
|
||||
|
||||
if packer_kwargs is None:
|
||||
packer_kwargs = {}
|
||||
packer = packer_class(
|
||||
|
Loading…
x
Reference in New Issue
Block a user