You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to explore the options of tracking external files/assets, besides the ones that are inside the repository. A project often consists out of a scene-file, assets in the project directory, but also assets outside of it.
Currently the Index converts all absolute paths into relative paths.
It would be great to explore the options of tracking external files/assets, besides the ones that are inside the repository. A project often consists out of a scene-file, assets in the project directory, but also assets outside of it.
Currently the Index converts all absolute paths into relative paths.
Proposal 1:
Extend
index.addFiles(..., {external: true})
Proposal 2:
Extend
index.addExternalFiles(...)
The text was updated successfully, but these errors were encountered: