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
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-01replace error reports with poll() function for editmesh select ungroupedCampbell Barton
2013-05-01fix for select ungrouped vertices not flushing, also group select menu items ...Campbell Barton
2013-04-29select loose wasn't working very usefully if you only wanted to select loose ...Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-16add missing call to flush selection on selecting manifold geometry.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-05svn merge ^/trunk/blender -r55776:55813Campbell Barton
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-01Merged changes in the trunk up to revision 55700.Tamito Kajiyama
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-24Merged changes in the trunk up to revision 55546.Tamito Kajiyama
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-20- add knife project to toolbar.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16Bug fix, irc reported:Ton Roosendaal
2013-03-16patch [#34634] Select vertices without a groupCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-03Merged changes in the trunk up to revision 54992.Tamito Kajiyama
2013-03-02now dragging an image onto an empty can be done without holding Ctrl.Campbell Barton
2013-02-28Fix #34366: mesh.select_mode operator could not be configure the use_extendBrecht Van Lommel
2013-02-27fix for own regression, edge path tagging worked but toggline bevel didnt.Campbell Barton
2013-02-24Merged changes in the trunk up to revision 54802.Tamito Kajiyama
2013-02-23Bugfix #34374Ton Roosendaal
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-12Merged changes in the trunk up to revision 53729.Tamito Kajiyama
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-08fix [#33784] Select Linked All + Seams fails to select seam bounded areaCampbell Barton
2012-12-23Merged changes in the trunk up to revision 53280.Tamito Kajiyama
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-19include cleanupCampbell Barton
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-17fix/workaround [#33493] checker de-select and edge loopsCampbell Barton
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-11was using max short on a float in EDBM_face_find_nearest()Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton