Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-24code cleanup: more consistent naming for mesh operator functions.Campbell Barton
2012-03-23bmesh editmode - split dissolve into its own menu. mesh delete code was getti...Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-13new bmesh tool - limited dissolve.Campbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-11correct bad level include.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-14svn merge ^/trunk/blender -r40890:40950Campbell Barton
2011-10-10updates to navmeshCampbell Barton
2011-09-27navmesh: solve bad level calls to edit mesh functionsSergey Sharybin
2011-09-06patch [#28518] BMesh: fix 28491 (implement edge tag shortest path)Campbell Barton
2011-08-16=bmesh: bridge edge loop tool=Joseph Eagar
2011-06-27Brought back select by number of verticesGeoffrey Bantle
2011-05-12=bmesh=Joseph Eagar
2011-05-11set many vars & functions as static,Campbell Barton
2011-05-11fixed 4 uses of un-inirialized vars + some compiler warnings.Campbell Barton
2011-05-10=bmesh=Joseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-27=bmesh=Joseph Eagar
2011-03-18=bmesh=Joseph Eagar
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23add back 2.4x mesh vertex sort/randomize operators, were called xsort and has...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-11-07patch [#24577] MESH_OT_noise. Adds missing 2.4x noise vertex displace functio...Campbell Barton
2010-09-25=BMesh: Super Knife Tool Alpha=Joseph Eagar
2010-09-07merge from trunk at r31523Joseph Eagar
2010-09-04merge with trunk at r31523Joseph Eagar
2010-09-02Renaming of Cylindric objects after a good proposal by Conz:Thomas Dinges
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-07-06Bring back "Sort Faces" command.Diego Borghetti