Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
def
_bmesh_from_object(ob):
84
import
bmesh
85
return
bmesh.from_edit_mesh(ob.data)
86
87
88
# -----------------------------------------------------------------------------
Callers
3
text_editor_edit_mode_mix
Function · 0.85
view3d_multi_mode_multi_window
Function · 0.85
view3d_edit_mode_multi_window
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected