(mesh)
| 93 | |
| 94 | |
| 95 | def from_py3d_mesh(mesh): |
| 96 | return mesh.verts_list()[0], mesh.faces_list()[0], mesh.textures.verts_features_packed() |
| 97 | |
| 98 | def rotate_normalmap_by_angle(normal_map: np.ndarray, angle: float): |
| 99 | """ |
no outgoing calls
no test coverage detected