Blender Git Loki
Git Commits -> Revision c56da67
Revision c56da67 by Omar Emara (master) January 12, 2021, 11:07 (GMT) |
Fix: Bmesh from_object applies modifiers twice The Bmesh from_object method applies modifiers twice when the input deform is enabled and the input depsgraph is a render one. The evaluated object already have modifiers applied, and mesh_create_eval_final() applies modifiers again. To fix this, the BKE_mesh_new_from_object() function is used instead. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D10053 |
Commit Details:
Full Hash: c56da67716d9e222baefe78b45412b7652b141a5
Parent Commit: 26fd55f
Lines Changed: +7, -1
1 Modified Path:
/source/blender/python/bmesh/bmesh_py_types.c (+7, -1) (Diff)