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
2011-09-21Fix rip tool issues related to BM_Make_Ngon generating a copy of an original ...Andrew Wiggin
2011-09-16Make split tool use splitop (instead of dupe & del). Fix split op output.Andrew Wiggin
2011-09-13fix for [#28581] Rip Tool Gives Strange/Bad ResultsCampbell Barton
2011-09-13some edits to make the split code easier to read, replace "j ? (i+1) % f->len...Campbell Barton
2011-09-13picky formatting edits - no functional changes.Campbell Barton
2011-09-12fix for typo in bevel code.Campbell Barton
2011-09-12remove redundant castsCampbell Barton
2011-09-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-12revert own commit r40051, mesh and object pointers are needed for undo, this ...Campbell Barton
2011-09-09auto-merge was loosing the selection after running remove doubles, this is qu...Campbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton
2011-09-08patch [#28554] BMesh: fix for 28553Campbell Barton
2011-09-07code cleanup - commant/remove unused vars and reduce scope.Campbell Barton
2011-09-06fix crashing when setting the vertex parent.Campbell Barton
2011-09-06fix for flip normals 'inside' option not working.Campbell Barton
2011-09-06patch [#28488] BMesh: fix for extrude individual facesCampbell Barton
2011-09-03Fixes for smooth shading of primitves.Howard Trickey
2011-09-03svn merge -r39877:39878 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-09-02patch [#28463] BMesh: fixes for removedoubles and friendsCampbell Barton
2011-08-30=bmesh= fixed bridge toolJoseph Eagar
2011-08-29brought back some unused variables removed from previous commit, commented ou...Howard Trickey
2011-08-28implement select nth, separate loose parts, and a few bug fixesHoward Trickey
2011-08-25Cleaned up unused variablesHoward Trickey
2011-08-23fix make face sometimes crossing edgesHoward Trickey
2011-08-21=bmesh= made bridge tool better. probably need to rewrite, coded this too qu...Joseph Eagar
2011-08-21fix for rna type getting an boolean as an int, and gcc's -Wdouble-promotionCampbell Barton
2011-08-18fix memory leak with selection.Campbell Barton
2011-08-17fix for adding a hook not working in editmode for very simple cases.Campbell Barton
2011-08-16fix for incorrect use of 2d vector comparisons where 3d should be used.Campbell Barton
2011-08-16fix edge_angle, was compating angles in 2dCampbell Barton
2011-08-16use math utility functions, no functional changes.Campbell Barton
2011-08-16fix for error, some typo? - code didnt compile for me.Campbell Barton
2011-08-16=bmesh: bridge edge loop tool=Joseph Eagar
2011-08-15fix crash when hook default cube to new objectHoward Trickey
2011-08-07change TODO -> BMESH_TODO if only on bmesh branchHoward Trickey
2011-08-02make spin into a bmop, use it in screwHoward Trickey
2011-07-26svn merge -r38500:38600 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-11Extrude Bug Fixes:Geoffrey Bantle
2011-06-27Turned select vertex path back on and addedGeoffrey Bantle
2011-06-01=bmesh= committing not-quite-functional edge split modifier code before repla...Joseph Eagar
2011-05-24using wrong array index when compaing vertex color for tri->quad joining.Campbell Barton
2011-05-24=bmesh= fixed weld bug in uv editorJoseph Eagar
2011-05-13svn merge -r36651:36672 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-13remove unused varsCampbell Barton
2011-05-13skip assigning vars for inline bmesh flag funcs, just cast.Campbell Barton
2011-05-13rename BMINDEX_GET/SET to BM_GetIndex/BM_SetIndexCampbell Barton
2011-05-12=bmesh=fixed shapekey mem leakJoseph Eagar
2011-05-12=bmesh= fixed non-multires sculpt; excluding the DAG update won't work here, ...Joseph Eagar
2011-05-12missing free call in rotsys_make_consistentCampbell Barton
2011-05-11more syncing with trunk.Campbell Barton