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-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: bmesh_ source files in our editor dir, they are the same as ot...Campbell Barton
2010-01-28The Death Of Editmesh - Part 1Joseph Eagar
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-03Fix for [#20180] Wrong multiplicator in Random SelectionMatt Ebb
2009-11-30Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. Joshua Leung
2009-11-29ok, apparently didn't commit this either. apparently includes a merge with t...Joseph Eagar
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-13Bugfix #19871: Extrude does not extrude on normal anymoreJoshua Leung
2009-11-11Fix tris to quads not working, operator still needs to get properties,Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-08gcc compile fix, removed duplicate symbolsJoseph Eagar
2009-11-05operator to select pos/neg verts on any axis relative to the active vertexCampbell Barton
2009-11-03another compile fixJoseph Eagar
2009-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-27Shape Propagate to all back in vertex menuCampbell Barton
2009-10-26Fix bug #19715: remove doubles was not working.Brecht Van Lommel
2009-10-18Bugfix #19673: Blender crashes when I open "operator cheat sheet"Joshua Leung
2009-10-17simple fix for blend from shape when no keys existCampbell Barton
2009-10-16Add back Blend From Shape in mesh edit mode.Brecht Van Lommel
2009-10-14RNA:Brecht Van Lommel
2009-10-13Various warning fixesNicholas Bishop
2009-10-12realized some parts of the code might use screen/vert projection on instance ...Campbell Barton
2009-10-08part 1 of vkey rip tool. still needs more work. ugh, doing this tool correc...Joseph Eagar
2009-10-05edge loop delete, should be a c macro but they cant do settings atmCampbell Barton
2009-09-28added missing notifyer/depsgraph call to loopcut, fixed tweaking the edge sli...Joseph Eagar
2009-09-23remove rna function convert_to_triface because it uses an internal editmesh f...Campbell Barton
2009-09-22minor fixes for merge of soc-2009-kazanbas, rev23422Campbell Barton
2009-09-22brought back edge slide.Joseph Eagar
2009-09-20vertex color rotation and reversing/shortest vertex pathWael El Oraiby
2009-09-18VecAngle3_2D, VecAngle2 and VecAngle3 returned degrees, in arithb.c degrees a...Campbell Barton
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-14remove doubles uses an operator property for the merge distance. it no longe...Joseph Eagar
2009-09-142.5 mesh cleanup: merge tools all work againJoseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-052.5Brecht Van Lommel
2009-09-01finished bmeshafying merge, though probably needs further testing and debuggi...Joseph Eagar
2009-08-28commit of framework for uv/vcol rotate/mirrorJoseph Eagar
2009-08-25subsurf works now! YES! take *that* subsurf_ccg.cscons/scons.py BF_QUICK=bf_p...Joseph Eagar
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-172.5: Added operator ui() callback for defining own ui layoutBrecht Van Lommel
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-11Brought Extrude all the way back. The contextual menu works,Joseph Eagar
2009-08-06merge with 2.5 (not trunk, last merge message said that on accident) at r22252Joseph Eagar
2009-08-05bmeshafied select more/lessJoseph Eagar
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-292.5Ton Roosendaal