Closed rmbrualla closed 8 months ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 65.9%. Comparing base (
8fe9429
) to head (ea09d13
).
Files | Patch % | Lines |
---|---|---|
kubric/renderer/blender.py | 0.0% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is done before the meshed objects are joined, and the non-meshes objects are discarded.
This fixes issues with objects not retaining the standard orientation (e.g. the one seen when loading them on Blender), as the orientation is stored in a parent node, that is discarded during the GLB loading.