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-01-23Fix T38328: GLSL display shows texture mapping completely messed up in some c...Bastien Montagne
2014-01-22Fix T38316: Half of a Face is Missing on Newly Created Cubes or Cylinders.Bastien Montagne
2014-01-21Code Cleanup: reduce sign conversionCampbell Barton
2014-01-21Optimize tessellation code (min 20% better, up to 300% with some CD layers to...Bastien Montagne
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-11-30BMesh/Mesh: replace scanfill with polyfillCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-19Arg! Fix another bug in split normal core algorithm (some flat faces were ign...Bastien Montagne
2013-10-09Fix [#37012] The new export split normal does nor produce correct results.Bastien Montagne
2013-09-10misc minor changesCampbell Barton
2013-09-10Core code for split normals computation. Many thanks to ideasman for is optim...Bastien Montagne
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-09-09remove use of BLI_array in BKE_mesh_mpoly_to_mface(). was over-allocating any...Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton