Blender Git Loki
Git Commits -> Revision b6d7aa9
Revision b6d7aa9 by Habib Gahbiche (master) February 11, 2021, 20:03 (GMT) |
Mesh automated testing: compare selection MeshTest now compares selection between evaluated mesh and expected mesh. This way, we can test more operators such as `faces_select_linked_flat` Note: selection comparison intentionally does not happen in BKE_mesh_cmp() on C side but rather on Python side, because selection is independent of mesh generation. Reviewed By: calra, mont29 Differential Revision: https://developer.blender.org/D10279 |
Commit Details:
Full Hash: b6d7aa9e137488a758be23e841983827c5230e14
Parent Commit: 847da61
Committed By: Himanshi Kalra
Lines Changed: +54, -18