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-29fix invalid *= on an un-initialized value when adding primitives.Campbell Barton
2012-03-27Fix bug 30696, circular mesh objects had wrong orientation.Nicholas Bishop
2012-03-27minor code/style cleanupCampbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-02-23Segments and rings for UV Sphere were swapped.Sergey Sharybin
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-19sync some changes with trunk and rename bmeshutils.cCampbell Barton
2012-02-19rebane files to match trunk.Campbell Barton
2010-01-28The Death Of Editmesh - Part 1Joseph Eagar
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-08Fix #20604: Make Normals Consistent (Ctrl N) doesn't respect selection.Brecht Van Lommel
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-10Math LibBrecht Van Lommel
2009-11-08merge with trunk/2.5 at r24378Joseph Eagar
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-21Silencing some compiler warnings for mingwJoshua Leung
2009-10-19Consolidate tube and cylinder primitives.Martin Poirier
2009-10-19[#19680] Add cap ends option for new cylinders in 2.5Martin Poirier
2009-10-11adding a cone didnt workCampbell Barton
2009-10-11- add torus back from 2.4x as an operatorCampbell Barton
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-052.5Brecht Van Lommel
2009-08-26merge with 2.5 at r22793Joseph Eagar
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-06merge with 2.5 (not trunk, last merge message said that on accident) at r22252Joseph Eagar
2009-07-292.5Ton Roosendaal
2009-07-22Fixed weird alignment for new mesh objects. This still doesn't work correctly...Matt Ebb
2009-07-21first pass at the uv code. uv editor now mostly uses new bmesh structures fo...Joseph Eagar
2009-07-16merge with 2.5 at r21568Joseph Eagar
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-07-082.5: code consistencyBrecht Van Lommel
2009-07-082.5: Various FixesBrecht Van Lommel
2009-06-272.5Ton Roosendaal
2009-06-262.5Ton Roosendaal
2009-06-18Ported over the delete key and fkey fully overJoseph Eagar
2009-06-02Added a matrix slot type for bmops. Coded a simple transformJoseph Eagar
2009-05-28Did some code cleanups. Added BM_ITER andJoseph Eagar