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-09-03Fix T45984: Setting custom normals properly requires multiple calls to normal...Bastien Montagne
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
2015-08-05Remove redundant addition in BKE_mesh_calc_volumeCampbell Barton
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-19Cleanup: styleCampbell Barton
2015-07-19Convert rigidbody conversion to looptri.Antony Riakiotakis
2015-07-17Let's use proper helpers for debug-only vars...Bastien Montagne
2015-07-17Make strict flags happy in release buildsSergey Sharybin
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-14Match face tessellation order in edimodeCampbell Barton
2015-07-10Cleanup: use const for mesh functionsCampbell Barton
2015-07-07Fix for recent error, ngons now flipped correctlyCampbell Barton
2015-07-06Remove redundant face-flipping checkCampbell Barton
2015-06-03Fix error calculating bmesh normalsCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-04-13Fix T44359: `mesh_normals_loop_custom_set()` would not behave correctly with ...Bastien Montagne
2015-03-26Fix T44138: Crash in DataTransfer modifier when selecting a source with no lo...Bastien Montagne
2015-03-16Fix an incorrect assert in lnor code.Bastien Montagne
2015-02-08Some minor fixes from latest coverity scan, nothing crucial here.Bastien Montagne
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2015-01-13Math Lib: improve area calculationCampbell Barton
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