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-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-03-30Fix for invalid buffer access on zero-face meshesCampbell Barton
2015-03-11Fix really stupid issue reported by Campbell, code retry to renderAntony Riakiotakis
2015-03-11Fix T43342 bad rendering of normal maps on NVIDIAs on the MacOSAntony Riakiotakis
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-20De-duplicate large block of shared code for GL vert attribsNicholas Bishop
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-03Fix really crappy bug after vertex array refactor commit, it used vertexAntony Riakiotakis
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
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-08Ghost Context RefactorJason Wilkins
2014-10-03Fix for 2-sided faces in array modifierCampbell Barton
2014-09-26CleanupCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-09-24Cleanup: use const for read-only arraysCampbell Barton
2014-09-18Fix T41862: Autosmooth & multi-material glitchCampbell Barton
2014-09-02Fix T41682.Antony Riakiotakis
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-05-17Fix T40231: Crash with matcapsCampbell Barton
2014-05-12Fix T40014: Broken shading with mirror modifier and auto smooth normals while...Bastien Montagne
2014-05-06Over-optimized stuff in the previous commit, sorry.Sergey Sharybin
2014-05-06Cleanup a bit of the locked shape keys paintingSergey Sharybin
2014-05-01Fix first part of T39956Antony Riakiotakis
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-17Refactor to Dyntopo node customdata commit.Antony Riakiotakis
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-15Various fixes/improvements regarding BMesh's elem_index_dirty and BM_LOOP han...Bastien Montagne
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-08DerivedMesh: replace edgehash with edgesetCampbell Barton
2014-04-04Code cleanup: no need to use calloc when memory is initialized afterCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
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-02-14Code cleanup: duplicate headersCampbell Barton
2014-01-26Cleanup of BLI_smallhashBastien Montagne
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton