Changeset View
Changeset View
Standalone View
Standalone View
source/blender/bmesh/intern/bmesh_operator_api.h
| Context not available. | |||||
| _bmo_elem_flag_toggle( \ | _bmo_elem_flag_toggle( \ | ||||
| bm, (BM_CHECK_TYPE_ELEM_NONCONST(ele), BMO_elem_flag_from_header(&(ele)->head)), oflag) | bm, (BM_CHECK_TYPE_ELEM_NONCONST(ele), BMO_elem_flag_from_header(&(ele)->head)), oflag) | ||||
| /* take care not to instansiate args multiple times */ | /* take care not to instantiate args multiple times */ | ||||
| #ifdef __GNUC___ | #ifdef __GNUC___ | ||||
| # define _BMO_CAST_V_CONST(e) \ | # define _BMO_CAST_V_CONST(e) \ | ||||
| ({ \ | ({ \ | ||||
| Context not available. | |||||