Blender Git Commit Log
Git Commits -> Revision f43e75c
Revision f43e75c by Campbell Barton (master) November 21, 2012, 00:31 (GMT) |
py api: BMesh.from_object() was using the derivedFinal, which isn't always available - or may not have UV data if in the wireframe view. update the function to calculate the derived mesh with bmesh data-mask each time. resolves bug [#33205] Bmesh "from_object" gives "no usable mesh data". also found 'mesh_build_data' could run with non mesh objects and fail silently - add an assert. |
Commit Details:
Full Hash: f43e75c4d6decffe813f28b083a54158758ff5f9
SVN Revision: 52416
Parent Commit: 1b13f44
Lines Changed: +71, -9