Blender Git Loki
Git Commits -> Revision 504e3c5
Revision 504e3c5 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-extrude, soc-2021-porting-modifiers-to-nodes-extrude-and-move, soc-2021-porting-modifiers-to-nodes_all, temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) August 5, 2021, 21:47 (GMT) |
added side selection. |
Commit Details:
Full Hash: 504e3c563f851fc0296fb2d6b96704233c477814
Parent Commit: b5573bf
Lines Changed: +252, -65
7 Modified Paths:
/source/blender/bmesh/intern/bmesh_mesh.c (+44, -36) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+4, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+6, -0) (Diff)
/source/blender/bmesh/operators/bmo_inset.c (+43, -12) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+18, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_extrude.cc (+136, -15) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_mesh.h (+4, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+6, -0) (Diff)
/source/blender/bmesh/operators/bmo_inset.c (+43, -12) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+18, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_extrude.cc (+136, -15) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)