Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/bmesh/bmesh_py_types.c
| Show First 20 Lines • Show All 4,271 Lines • ▼ Show 20 Lines | |||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* keep at bottom */ | /* keep at bottom */ | ||||
| /* This function is called on free, it should stay quite fast */ | /* This function is called on free, it should stay quite fast */ | ||||
| static void bm_dealloc_editmode_warn(BPy_BMesh *self) | static void bm_dealloc_editmode_warn(BPy_BMesh *self) | ||||
| { | { | ||||
| if (self->flag & BPY_BMFLAG_IS_WRAPPED) { | if (self->flag & BPY_BMFLAG_IS_WRAPPED) { | ||||
| /* currently nop - this works without warnings now */ | /* Currently NOP - this works without warnings now. */ | ||||
| } | } | ||||
| } | } | ||||