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-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
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-04add CDDM_lower_num_loops(), for completeness (currently unused).Campbell 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-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton