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-08-30Fix #28427: smooth faces flash momentarily when extruded using "extrude and m...Sergey Sharybin
2011-04-04Fix for the fix, making hurried last minute changes is not a good idea :)Brecht Van Lommel
2011-04-04Fix mistake in recent commit to revert some normal changes.Brecht Van Lommel
2011-04-04crash fix: screen context editable_bones & visible_bones were not checking fo...Campbell Barton
2011-04-04Revert mesh recalculation change that gives different vertex normals basedBrecht Van Lommel
2011-04-01Comments for mesh normals calculation from Mortem Mikkelsen (aka sparky).Sergey Sharybin
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-23correct own bad spellingCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-13Bugfix #25614Ton Roosendaal
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-17bugfix [#25260] Solidify function UV mapping problemsCampbell Barton
2010-11-02bugfix [#24398] Select NthCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-13bugfix [#23150] Creating Vertex with CTRL-LMB not snappingCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-28[#19918] edit mode with mesh only having edges without faces+face select modeMartin Poirier
2010-02-13Copy vertex normals on extrude (Normal orientation is wrong otherwise when no...Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-01-30[#19872] Mesh edit missing undo push for mode changingCampbell Barton
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2009-12-22select nth (face/edge/vertex) - depending on which was last selected, useful ...Campbell Barton
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-12-16Solidify was faiing in cases with flat aras because normal calculation assume...Campbell Barton
2009-12-15utility functions for getting the corner angles of a quad or tri: angle_quad_...Campbell Barton
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-12-15improve solidify results by weighting the faces influence on a vertex by the ...Campbell Barton
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-06-162.5Ton Roosendaal
2009-04-152.5: Operator naming, reviewed some of the recent changesBrecht Van Lommel
2009-02-15added error reporting to edit meshShaul Kedem
2009-02-092.5: UV Editor module porting pretty much finished now, only missingBrecht Van Lommel
2009-02-05flip_editnormals is back, alt+3keyShaul Kedem
2009-01-312.5Ton Roosendaal
2009-01-152.5Ton Roosendaal