[graph] Add possibility to set a specific cacheDir in the mg scene#3077
Open
[graph] Add possibility to set a specific cacheDir in the mg scene#3077
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3077 +/- ##
========================================
Coverage 83.35% 83.36%
========================================
Files 73 73
Lines 9890 9913 +23
========================================
+ Hits 8244 8264 +20
- Misses 1646 1649 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d9ec9d4 to
b1c1131
Compare
b1c1131 to
036dcba
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Add possibility to set a specific cache folder in the mg scene
meshroom_batcha new option enables saving the scene with a specific cache folder._explicitCacheDirparameter in theGraphtracks whether the cache folder should be the default one or a custom oneAbout the Meshroom file :
graphIO: aCacheDirkey was added to the serialized format. Serialization is designed to save the cacheDir inside the.mgfilegraph: the deserialization is designed to load the explicit cache folder if we get one, and if we don't to select the default path (./MeshroomCache)Tests
Here is a command that can be used to set a new cache directory in a meshroom file
The following steps can test this feature :
MeshroomCache)