Activate export buttons when resolvable path is given #3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the "Export " buttons are deactivated until the Blend file is saved once, to ensure that the relative-to-blend-file path (
//
) can be handled correctly.It should be possible to adjust the logic to activate the button even for unsaved Blend files when the corresponding export path can be resolved (i.e. doesn't use
//
).