-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Quake MDL feature #1591
base: master
Are you sure you want to change the base?
Quake MDL feature #1591
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1591 +/- ##
==========================================
+ Coverage 95.72% 95.76% +0.04%
==========================================
Files 128 130 +2
Lines 10293 10558 +265
==========================================
+ Hits 9853 10111 +258
- Misses 440 447 +7 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @Youva !!
There is still some clean-up to do, especially memory leaks to fix, but they will appear in the CI when you will add a test.
90% of the job is done, and there's the annoying, yet important, finalization left :)
@Youva any news on this ? |
1 similar comment
@Youva any news on this ? |
Hi @Youva ! Looks like you are back. First you may want to rebase on the latest master :) |
You are modifying libf3d public API! |
Looks like your merge did not go as expected. I'd strongly suggest using rebase instead of merge. Let me know if I can help (on discord or here). |
70ec237
to
988186a
Compare
Hi @Youva Please resolve discussions you have adressed and let us know if this is ready for review. |
Also changed test .png for quake mdl.
Also changed the config and added some tests.
001a692
to
4bee8b4
Compare
Is this ready for review @Youva ? :) |
I think it's ready for a review. |
Adds class vtkQuakeMDLImporter that reads .MDL files.
The class :
Fix: #1310