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
2015-06-23Subsurf: Make color layer aquisition order for textured draw matchAntony Riakiotakis
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2015-05-17BMesh: don't check winding for uv-vert-mapCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-07Change fix for T44530 which caused a "regression".Antony Riakiotakis
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-04-28Fix T44530 UV islands fail on subsurf after mirror modifier.Antony Riakiotakis
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-20De-duplicate large block of shared code for GL vert attribsNicholas Bishop
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-12-10Fix T42748: Crash in subsurf, threaded accessCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-27Addition/correction to previous commit:Antony Riakiotakis
2014-11-27Fix T42653, solidify modifier not displaying correctly under edit mode.Antony Riakiotakis
2014-10-18Fix T42281, crash in subsurf with texture painting.Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins
2014-09-02Fix T41682.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-18Fix memory leaks in subsurfCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-02Fix T40457: Subsurf modifier with Freestyle edgesSergey Sharybin
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-23Fix T39839: Applying the subsurf modifier deletes the freestyle edge marksCampbell Barton
2014-04-23Subsurf: minor optimization setting edge origindexCampbell Barton
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-21Split Normals: more fix for EditMode shading and modifiers (subsurf special c...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 (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-01Make matcaps suck lessAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-10-17Fix for GCC bing stupid and not casting float*[3] to const float*[3] without ...Sergey Sharybin
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-10-14code cleanup: remove duplicate assignmentsCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton