Skip to content

Python support #913

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

Merged
merged 2 commits into from
Jul 31, 2025
Merged

Python support #913

merged 2 commits into from
Jul 31, 2025

Conversation

adamchalmers
Copy link
Collaborator

Add a new cargo feature, 'python', which enables pyo3 bindings on some structs.

Add a new cargo feature, 'python', which enables pyo3 bindings on
some structs.
Copy link

codecov bot commented Jul 31, 2025

Codecov Report

❌ Patch coverage is 0% with 40 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@51f8af5). Learn more about missing BASE report.

Files with missing lines Patch % Lines
modeling-cmds/src/format/fbx.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/format/gltf.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/format/obj.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/format/ply.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/format/step.rs 0.00% 6 Missing ⚠️
modeling-cmds/src/format/dxf.rs 0.00% 3 Missing ⚠️
modeling-cmds/src/format/sldprt.rs 0.00% 3 Missing ⚠️
modeling-cmds/src/format/stl.rs 0.00% 3 Missing ⚠️
modeling-cmds/src/format/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #913   +/-   ##
=======================================
  Coverage        ?   26.64%           
=======================================
  Files           ?       35           
  Lines           ?     1685           
  Branches        ?        0           
=======================================
  Hits            ?      449           
  Misses          ?     1236           
  Partials        ?        0           
Flag Coverage Δ
unittests 26.64% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@adamchalmers adamchalmers merged commit 442a08f into main Jul 31, 2025
12 checks passed
@adamchalmers adamchalmers deleted the achalmers/python-support branch July 31, 2025 22:38
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.

2 participants