MCPcopy Create free account
hub / github.com/blender/blender / _bmesh_from_object

Function _bmesh_from_object

tests/python/ui_simulate/test_undo.py:83–85  ·  view source on GitHub ↗
(ob)

Source from the content-addressed store, hash-verified

81
82
83def _bmesh_from_object(ob):
84 import bmesh
85 return bmesh.from_edit_mesh(ob.data)
86
87
88# -----------------------------------------------------------------------------

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected