Blender Git Commit Log

Git Commits -> Revision 40b60cb

Revision 40b60cb by Joseph Eagar (master)
June 2, 2009, 07:40 (GMT)
Added a matrix slot type for bmops. Coded a simple transform
bmop, that just multiplies input verts with a matrix. Also
made a derivative translate bmop.

BMO_CallOpf now has a %s format code, which is used to
copy data from another slot.

Also cleaned the extrude code up some more, and restored extrude-repeat
(which is bound to ctrl-alt-4), though this doesn't work right yet
(the view matrix it uses is incorrect, or something like that).

Commit Details:

Full Hash: 40b60cb1faed8547f8e1a35eeb05ea6d1ea57153
SVN Revision: 20572
Parent Commit: 5faae5e
Lines Changed: +320, -183

1 Added Path:

/source/blender/bmesh/operators/utils.c (+63, -0) (View)

9 Modified Paths:

/source/blender/blenlib/intern/arithb.c (+1, -1) (Diff)
/source/blender/bmesh/bmesh_operator_api.h (+15, -0) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+24, -2) (Diff)
/source/blender/bmesh/intern/bmesh_operators.c (+67, -0) (Diff)
/source/blender/bmesh/intern/bmesh_operators_private.h (+2, -0) (Diff)
/source/blender/editors/mesh/bmesh_tools.c (+146, -56) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+0, -123) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021