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-08-13Math Lib: rename barycentric_transform -> transform_point_by_tri_v3Campbell Barton
2014-08-05Cleanup: indentationCampbell Barton
2014-07-12Replace BLI_SMALLSTACK_FREE with fake user (quiet warnings in msvc)Campbell Barton
2014-07-11Fix potential bug in loop normals code.Bastien Montagne
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-05-28Fix T40405: Blender crashes on FBX export instantly.Bastien Montagne
2014-05-28Fix T40405: Blender crashes on FBX export instantly.Bastien Montagne
2014-05-28Add asserts to BKE_mesh_normals_loop_splitCampbell Barton
2014-05-19Correct ARRAY_SIZE macro and make doxy comments consistentCampbell Barton
2014-04-27Correct some errors in auto-cleanupCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-16Fix related to new split normals draw code.Bastien Montagne
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
2014-03-26Code cleanup: remove unused flagsCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
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