Skip to content
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
merged 46 commits into from
Jan 4, 2025
Merged

merge master into release #1872

merged 46 commits into from
Jan 4, 2025

Conversation

mwestphal
Copy link
Contributor

No description provided.

mwestphal and others added 30 commits December 22, 2024 10:18
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
@mwestphal mwestphal requested a review from Meakk January 4, 2025 13:12
@mwestphal mwestphal self-assigned this Jan 4, 2025
Copy link

github-actions bot commented Jan 4, 2025

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

@mwestphal mwestphal changed the title merge release into master merge master into release Jan 4, 2025
@mwestphal mwestphal merged commit bc9c681 into release Jan 4, 2025
93 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants