-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master into release #1872
Merged
Conversation
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
Merge release into master
* Updating CLI options names for clarity progress -> loading-progress trackball -> interaction-trackball cells -> coloring-by-cells range -> coloring-range bar -> coloring-scalar-bar inverse -> volume-inverse samples -> raytracing-samples denoise -> raytracing-denoise ref -> reference ref-threshold -> reference-threshold
Add proper testing for --trackball and k binding
- Add a PARSING.md doc in the user doc - Add links to it all over the doc - Fix a few doc issues - Fix #1572
* update: ref -> reference sed -i \ 's/--ref[^e]/--reference/g' \ $(grep -lr '\--ref[^e]')
- Adding [[nodiscard]] on all method where it makes sense - Updating test to use std::ignore when needed - Return this* whenever is was missing - Part of #1624
Fix dry-run and rename it no-config
Co-authored-by: Michael MIGLIORE <[email protected]>
` getSymbol(const std::string& lib, const std::string& func)` -> ` getSymbol(std::string_view lib, std::string_view func)`
Added clear command and test as suggested in issue #1810
…d font-file (#1844) - Avoid an issue where CollapseFullPath would generate a path to current directory with the empty string - Refactor the HDRI file to simplify it
- Rewrite getPluginsList - Update API for C++17 - Add/Update test for better testing and coverage - Improve some exceptions doc and logic
* remove ? bind/test, add new commands and tests * docs update * printOptions test fix and baselines * Update TestInteractionCheatsheetAnimationNameRaytracing.png * TestInteractionCheatsheetConfigFileRaytracing baseline
(cherry picked from commit 7cec75b)
utils/window: Update API for C++17
Co-authored-by: snoyer <[email protected]>
- Add support for using HOME (~) in any path input from F3D user - Cleanup of F3D application code in regards to std::filesystem usage - Other small cleanups
Co-authored-by: Michael Migliore <[email protected]>
You are modifying libf3d public API! |
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.
No description provided.