Add scene API - #3417
Conversation
|
You are modifying libf3d public API! |
|
missing AI disclosure |
Done |
You did request a review though, it least I recieved a review request. |
You did ? |
Indeed :) Please create a PR in draft mode unless ready for review: https://f3d.app/dev/CONTRIBUTING#f3d-development-workflow |
my bad, will do |
|
\ci fast |
| assert engine.scene.get_added_files() == [] | ||
|
|
||
|
|
||
| def test_scene_hierarchy(): |
Meakk
left a comment
There was a problem hiding this comment.
Looks good to me, you can run the full CI and ping me again when it's green.
|
\ci full |
mwestphal
left a comment
There was a problem hiding this comment.
some changes, but i have yet to review the implementation properly
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3417 +/- ##
==========================================
+ Coverage 97.04% 97.07% +0.03%
==========================================
Files 216 216
Lines 18784 18920 +136
==========================================
+ Hits 18229 18367 +138
+ Misses 555 553 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Cannot cover the remaining lines ? |
I had missed them, they are now covered |
Describe your changes
Issue ticket number and link if any
#2937
Checklist for finalizing the PR
.github/workflows/versions.json, I have updateddocker_timestampAI Disclosure
I used Opus 5 to generate some parts of the code (eg. SetSubtreeVisibility), which I then reworked myself.
...
Continuous integration
Please write a comment to run CI, eg:
\ci fast.See here for more info.