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
2014-09-08Merge branch 'master' into soc-2014-viewport_fxsoc-2014-viewport_fxAntony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-27Merge branch 'master' of git.blender.org:blender into soc-2014-viewport_fxJason Wilkins
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-12GHOST Refactor for EGL ContextsJason Wilkins
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-21Fix stupid typo that broke split normal shading in edit mode, when there was ...Bastien Montagne
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-13Split Normals I (3/5): Add 3Dview shading support of split normals.Bastien Montagne
2014-04-13Split Normals I (2/5): Add basic BMesh support of split normals.Bastien Montagne
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Editmode drawing: avoid glBegin/End for every tri (emDM_drawMappedFacesMat,GLSL)Campbell Barton
2014-03-25Code cleanup: editmode opengl drawingCampbell Barton
2014-03-23Fix T39351: Blender crashes when enabling Mesh Analysis.Lukas Tönne
2014-03-18Code cleanup: jitter, use 2d float arrayCampbell Barton
2014-02-24Fix T38795: Mesh Analysis overhang faces show grayCampbell Barton
2014-02-12Fix Editderivedmeshes vertices normals computation.Bastien Montagne
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-10-31code cleanup: spellingCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-26use math functions for copying matrix/vector types, also cast const pointers ...Campbell Barton
2013-07-23correct own error in recent edits to editderivedmeshCampbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-07-22optimization:Campbell Barton
2013-07-22optimization: lazy initialize EditDerivedBMesh members vertexNos, polyNos.Campbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-09fix [#36055] Edge/Face Info display on wrong position with key framesCampbell Barton
2013-07-01Fix incorrect GLSL bump mapping in editmode when the UV coordinates areBrecht Van Lommel
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-08fix [#35259] Crash when enabling mesh analysis intersect.Campbell Barton
2013-04-29tweak for epsilon of intersection check, was too small for some cases.Campbell Barton
2013-04-20skip checks in statvis_calc_thickness(). also remove paranoid NULL checks in ...Campbell Barton
2013-04-20fix [#35025] Mesh Debug samples strange behaviorCampbell Barton
2013-04-18fix for problem with too low epsilon when calculating thickness, also increas...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-18fix range for face distortion and display for concave ngons.Campbell Barton
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-18Support object scale for mesh display options. (currently only uniform scale ...Campbell Barton