[Bf-blender-cvs] [6dda3a7f2e3] soc-2021-porting-modifiers-to-nodes-extrude-and-move: Cleanup

Fabian Schempp noreply at git.blender.org
Mon Aug 16 07:56:48 CEST 2021


Commit: 6dda3a7f2e3f9081e38a15baf08cdde8b6a75815
Author: Fabian Schempp
Date:   Mon Aug 16 07:56:36 2021 +0200
Branches: soc-2021-porting-modifiers-to-nodes-extrude-and-move
https://developer.blender.org/rB6dda3a7f2e3f9081e38a15baf08cdde8b6a75815

Cleanup

===================================================================

M	source/blender/bmesh/intern/bmesh_opdefines.c

===================================================================

diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c
index 651f9184e19..b63a09a97a6 100644
--- a/source/blender/bmesh/intern/bmesh_opdefines.c
+++ b/source/blender/bmesh/intern/bmesh_opdefines.c
@@ -1898,9 +1898,6 @@ static BMOpDefine bmo_inset_individual_def = {
   {{"faces", BMO_OP_SLOT_ELEMENT_BUF, {BM_FACE}},    /* input faces */
    {"thickness", BMO_OP_SLOT_FLT}, /* thickness */
    {"depth", BMO_OP_SLOT_FLT}, /* depth */
-   {"thickness_array", BMO_OP_SLOT_PTR}, /* thickness */
-   {"depth_array", BMO_OP_SLOT_PTR}, /* depth */
-   {"use_attributes", BMO_OP_SLOT_BOOL}, /* Use spans for thickness and depth */
    {"use_even_offset", BMO_OP_SLOT_BOOL}, /* scale the offset to give more even thickness */
    {"use_interpolate", BMO_OP_SLOT_BOOL}, /* blend face data across the inset */
    {"use_relative_offset", BMO_OP_SLOT_BOOL}, /* scale the offset by surrounding geometry */
@@ -1932,9 +1929,6 @@ static BMOpDefine bmo_inset_region_def = {
    {"use_edge_rail", BMO_OP_SLOT_BOOL}, /* inset the region along existing edges */
    {"thickness", BMO_OP_SLOT_FLT}, /* thickness */
    {"depth", BMO_OP_SLOT_FLT}, /* depth */
-   {"thickness_array", BMO_OP_SLOT_PTR}, /* thickness */
-   {"depth_array", BMO_OP_SLOT_PTR}, /* depth */
-   {"use_attributes", BMO_OP_SLOT_BOOL}, /* Use spans for thickness and depth */
    {"use_outset", BMO_OP_SLOT_BOOL}, /* outset rather than inset */
    {{'\0'}},
   },



More information about the Bf-blender-cvs mailing list