George Evmenov

Results 2 issues of George Evmenov

Settings, inherited from property sheets are not used during check. Include directories and preprocessor definitions should be added to other includes. F.e. I use boost propertysheet in all projects to...

bug
enhancement

Followng code works without any warnings or suggestions that something is wrong: ``` mesh = trimesh.load("mesh.obj"). # load obj with textures _ = m.export("mesh.glb") ``` But it does not save...