Blender Git Commit Log
Git Commits -> Revision f1dc48e
Revision f1dc48e by Habib Gahbiche (pygpu_extensions) February 12, 2021, 15:11 (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: f1dc48e122647970fd490157ff8f54b74807c586
Parent Commit: 4994744
Committed By: Germano Cavalcante
Lines Changed: +54, -18