Home
Search
Configure Global Search
Log In
Transactions
T91252
Change Details
Change Details
Old
New
Diff
{D12417} is a proof of concept, to find out what the boundaries of such a system should be. **Functionality**: * Only relative external files will be localized. * Files will not be overwritten. If they already exists in the target, it will be used. **Alternatives** * Implement solution as part of the make_local. Issue is that it would automatically localize external content, when localizing library overrides. **Must haves** * [ ] add a callback to `IDTypeInfo` that returns a list of external files. This list can contain relative and absolute files. ** [ ] implement callback for Image types. *** [ ] Single files *** [ ] Sequences *** [ ] Movies * [ ] add a compile unit to blenkernel for localizing external files. (external_files.cc) **Nice to have** * Add an application handler for add-on specific external files (disk caches etc). * [ ] implement callback for other types.
{D12417} is a proof of concept, to find out what the boundaries of such a system should be. **Functionality**: * Only relative external files will be localized. * Files will not be overwritten. If they already exists in the target, it will be used. **Alternatives** * Implement solution as part of the make_local. Issue is that it would automatically localize external content, when localizing library overrides. **Must haves** * [ ] add a callback to `IDTypeInfo` that returns a list of external files. This list can contain relative and absolute files. ** [ ] implement callback for Image types. *** [ ] Single files *** [ ] Sequences *** [ ] Movies * [ ] add a compile unit to blenkernel for localizing external files. (external_files.cc) **Nice to have** * Add an application handler for add-on specific external files (disk caches etc). * [ ] implement callback for other types.
Continue