-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(combined-receiver-output): Allow the auto vmtx path to be optional
The combined receiver functionality that exists is pretty handy. However, the redirecting of view matrix paths automatically is a problem. The issues are several: firstly, the "o=%s..%s.vmx" does not allow any flexibility in where the view matrix would written to and writing to the root directory itself will lead to confusion for large projects with several view matrices littering the root folder. Secondly, this way of generating view matrices is somewhat of a black box as one as to write additional logic to locate the view matrices that were generated automatically. So, I am allowing an opt-out feature such that the view matrices are not automatically redirected (if one chooses to do so).
- Loading branch information
1 parent
39ade5d
commit 5a4cb59
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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