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
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-03-03Fix T54211: OpenGL debug error message in texture draw mode.Brecht Van Lommel
2018-02-01Fix T53686: VSE Render crash when zooming timeline.Bastien Montagne
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-19Fix T52816: regression can't open file in 2.79 (crash).Bastien Montagne
2017-09-19Fix T52823: New Depsgraph - Shrinkwrap crashes blenderSergey Sharybin
2017-08-11Fix T52149: LoopTriArray computation was not correctly protected against conc...Bastien Montagne
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: deduplicate DM's getLoopTriArray() callback.Bastien Montagne
2017-07-02Fix T51746: normal map tangents not working correctly when there are no UV maps.Alexander Romanov
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-29Fix T51390: Blender 2.78c will freeze or force close when adding particles at...Bastien Montagne
2017-05-24Fix possible invalid normal use w/ tangent calcCampbell Barton
2017-03-18Alternate fix for T50899Campbell Barton
2017-01-27Fix T50534: Part I, cleanup loop normals generated during modifier stack eval...Bastien Montagne
2016-12-01Fix (unreported) looptri array not being recalculated in ccgDM and emDMLuca Rood
2016-10-18[msvc] Minor cleanup in blenkernel.lazydodo
2016-10-13Fix T49534: 2.78 Wrong texture scaling in material viewportSergey Sharybin
2016-09-09Fix/Workaround T49297: Crash related to custom data draw (Blender with ASAN)Sergey Sharybin
2016-09-05OpenSubdiv: Fix missing ORCO when enabling OSD but having dependency to the g...Sergey Sharybin
2016-09-05Fix T49226: Incorrect Material viewport shading of Cycles Normal Map node in ...Sergey Sharybin
2016-09-05Fix glUniform called from glBegin/glEnd blocksSergey Sharybin
2016-09-03fix: not initialised variable can crash blender (related to modifiers with ca...Gaia Clary
2016-09-01OpenSubdiv: Fix missing object ORCO when Subsurf uses OpenSubdiv but disabled...Sergey Sharybin
2016-06-22EditMesh: Avoid creating deform-vert layer every redrawCampbell Barton
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-29BKE's DerivedMesh: get rid of last OMP usage.Bastien Montagne
2016-05-24Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-05-23Fix wrong scale of vertex color values when doing border render of Cycles vie...Sergey Sharybin
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2016-05-11Fix incorrect FLT_MIN useCampbell Barton
2016-05-06DerivedMesh: don't allocate a new material array each drawCampbell Barton
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-03-04Fix uninitialized memory use lattice-boundboxCampbell Barton
2016-03-03Fix T47644: crash (use-after-free) regression from rB7a74738914a66e.Bastien Montagne
2016-02-28Cleanup: rename `CustomData_swap` to `CustomData_swap_corners`.Bastien Montagne
2016-02-22Fix memory leak in DM_to_meshCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-21Weight Paint: Make multi-paint & mirror work as if bone selection was symmetricAlexander Gavrilov
2016-01-20Weight Paint: 'Sample' now supports multi-paintAlexander Gavrilov
2016-01-20Weight Paint: reduce alert color brightnessAlexander Gavrilov
2016-01-20Fix for tangent regression w/ looptri changesCampbell Barton