Home
last modified time | relevance | path

Searched refs:BMO_op_callf (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/operators/
H A Dbmo_mirror.c69 BMO_op_callf(bm, op->flag, "transform verts=%fv matrix=%m4", ELE_NEW, mtx); in bmo_mirror_exec()
70 BMO_op_callf(bm, op->flag, "scale verts=%fv vec=%v", ELE_NEW, scale); in bmo_mirror_exec()
71 BMO_op_callf(bm, op->flag, "transform verts=%fv matrix=%m4", ELE_NEW, imtx); in bmo_mirror_exec()
H A Dbmo_symmetrize.c79 BMO_op_callf(bm, op->flag, "scale verts=%S vec=%v", &op_dupe, "geom.out", scale); in bmo_symmetrize_exec()
83 BMO_op_callf(bm, op->flag, "reverse_faces faces=%S", &op_dupe, "geom.out"); in bmo_symmetrize_exec()
H A Dbmo_mesh_convert.c60 BMO_op_callf(bm, op->flag, "bmesh_to_mesh mesh=%p object=%p", me, ob); in bmo_object_load_bmesh_exec()
H A Dbmo_fill_holes.c77 BMO_op_callf(bm, op->flag, "recalc_face_normals faces=%S", &op_attr, "faces_fail.out"); in bmo_holes_fill_exec()
H A Dbmo_dupe.c530 BMO_op_callf(bm, in bmo_spin_exec()
558 BMO_op_callf(bm, in bmo_spin_exec()
620 BMO_op_callf(bm, in bmo_spin_exec()
H A Dbmo_utils.c77 BMO_op_callf( in bmo_translate_exec()
92 BMO_op_callf( in bmo_scale_exec()
105 BMO_op_callf( in bmo_rotate_exec()
H A Dbmo_primitive.c913 BMO_op_callf(bm, op->flag, "rotate cent=%v matrix=%m3 verts=%S", vec, cmat, &bmop, "geom.out"); in bmo_create_uvsphere_exec()
936 BMO_op_callf( in bmo_create_uvsphere_exec()
1341 BMO_op_callf(bm, op->flag, "dissolve_faces faces=%ff", FACE_NEW); in bmo_create_circle_exec()
1529 BMO_op_callf(bm, op->flag, "dissolve_faces faces=%ff", FACE_NEW); in bmo_create_cone_exec()
H A Dbmo_dissolve.c235 BMO_op_callf(bm, op->flag, "delete geom=%ff context=%i", FACE_ORIG, DEL_FACES); in bmo_dissolve_faces_exec()
505 BMO_op_callf(bm, flag, "collapse edges=%fe uvs=%b", oflag, true); in bm_mesh_edge_collapse_flagged()
H A Dbmo_edgenet.c83 BMO_op_callf(bm, op->flag, "recalc_face_normals faces=%S", &op_attr, "faces_fail.out"); in bmo_edgenet_fill_exec()
H A Dbmo_removedoubles.c463 BMO_op_callf(bm, op->flag, "collapse_uvs edges=%s", op, "edges"); in bmo_collapse_exec()
H A Dbmo_extrude.c123 BMO_op_callf(bm, op->flag, "delete geom=%ff context=%i", EXT_DEL, DEL_ONLYFACES); in bmo_extrude_discrete_faces_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_mask_extract.c474 BMO_op_callf(bm, in slice_paint_mask()
482 BMO_op_callf(bm, in slice_paint_mask()
H A Deditmesh_extrude.c318 BMO_op_callf( in edbm_extrude_repeat_exec()
H A Deditmesh_tools.c4207 BMO_op_callf(bm_old, in mesh_separate_tagged()
4212 BMO_op_callf(bm_old, in mesh_separate_tagged()
7060 BMO_op_callf(em->bm, in edbm_bridge_edge_loops_for_single_editmesh()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmultires_unsubdivide.c430 BMO_op_callf(bm, in unsubdivide_build_base_mesh_from_tags()
447 BMO_op_callf(bm, in unsubdivide_build_base_mesh_from_tags()
H A Dmesh_remesh_voxel.c531 BMO_op_callf(bm, in BKE_mesh_remesh_voxel_fix_poles()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_operator_api.h373 bool BMO_op_callf(BMesh *bm, const int flag, const char *fmt, ...);
H A Dbmesh_operators.c2012 bool BMO_op_callf(BMesh *bm, const int flag, const char *fmt, ...) in BMO_op_callf() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_mask.c899 BMO_op_callf(bm, in sculpt_gesture_trim_normals_update()
H A Dsculpt.c8051 BMO_op_callf(ss->bm, in sculpt_symmetrize_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_skin.c1333 BMO_op_callf(bm, in skin_fix_hole_no_good_verts()