Skip to content

Commit

Permalink
[refactor] - update for Magnum breaking API change (facebookresearch#…
Browse files Browse the repository at this point in the history
…1356)

* minor refactor to support Magnum breaking change
  • Loading branch information
aclegg3 authored May 24, 2023
1 parent 0014ac3 commit 1585a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def import_tri_mesh(mesh_file: str) -> List[mn.trade.MeshData]:
)
mesh_transformations: List[
mn.Matrix4
] = mn.scenetools.flatten_transformation_hierarchy3d(
] = mn.scenetools.absolute_field_transformations3d(
scene, mn.trade.SceneField.MESH
)
assert len(mesh_assignments) == len(mesh_transformations)
Expand Down

0 comments on commit 1585a8d

Please sign in to comment.