Docs: add missing bmesh.ops descriptions

This commit is contained in:
Campbell Barton 2016-03-20 19:40:03 +11:00
parent 7f03e7cc3c
commit 2683dd8b93
Notes: blender-bot 2023-02-14 09:29:42 +01:00
Referenced by issue #48300, Using the Search Menu (Spacebar) outside the 3D View can cause crashes, mouse pointer capture in certain cases
Referenced by issue #48092, 2.77 and 277a totally freezes OS by opening the attached file
Referenced by issue #48028, GPU Compute in Cycles is broken on AMD stable drivers and Blender stable release
Referenced by issue #47958, Crash in Walk Navigation in Camera mode (walk_invoke) on files that are just saved/just opened
1 changed files with 4 additions and 4 deletions

View File

@ -168,8 +168,8 @@ static BMOpDefine bmo_planar_faces_def = {
"planar_faces",
/* slots_in */
{{"faces", BMO_OP_SLOT_ELEMENT_BUF, {BM_FACE}}, /* input geometry. */
{"iterations", BMO_OP_SLOT_INT},
{"factor", BMO_OP_SLOT_FLT}, /* planar factor */
{"iterations", BMO_OP_SLOT_INT}, /* Number of times to flatten faces (for when connected faces are used) */
{"factor", BMO_OP_SLOT_FLT}, /* Influence for making planar each iteration */
{{'\0'}},
},
/* slots_out */
@ -436,8 +436,8 @@ static BMOpDefine bmo_average_vert_facedata_def = {
static BMOpDefine bmo_pointmerge_def = {
"pointmerge",
/* slots_in */
{{"verts", BMO_OP_SLOT_ELEMENT_BUF, {BM_VERT}}, /* input vertices */
{"merge_co", BMO_OP_SLOT_VEC},
{{"verts", BMO_OP_SLOT_ELEMENT_BUF, {BM_VERT}}, /* input vertices (all verts will be merged into the first). */
{"merge_co", BMO_OP_SLOT_VEC}, /* Position to merge at. */
{{'\0'}},
},
{{{'\0'}}}, /* no output */