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
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-22Refactor Mesh split_faces() code to use loop normal spaces.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-08Refactor/enhance BKE_mesh_make_local().Bastien Montagne
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-07Fix (unreported) EditNormal modifier: broken 'flip poly' feature.Bastien Montagne
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-03-14Support mdisps for Mesh.flip_normals()Campbell Barton
2016-03-14Cleanup: move MDisps flipping to own functionCampbell Barton
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-10-12Add functions to compute normals (verts, polys and loops ones) for a given sh...Bastien Montagne
2015-09-04Fix T46015: normals_split_custom_set_from_vertices doesn't work with zero vec...Bastien Montagne
2015-08-12Displace Modifier: add an option to displace along (averaged) custom normals,...Bastien Montagne
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-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-10Cleanup: use const for mesh functionsCampbell Barton
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-20Fix T43786: Cycles bake disregards Auto Smooth (vertex per-face normals)Sergey Sharybin
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-17Add helper to validate (and fix) material indices of meshes' polygons, curves...Bastien Montagne
2014-07-11Fix T41019: Calculate Mass does not calculate actual volume.Lukas Tönne
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
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-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
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-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-10-09Fix [#37012] The new export split normal does nor produce correct results.Bastien Montagne
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-16fix [#36291] Applying subsurf to mesh or setting subdivisions to zero crashes...Campbell Barton
2013-09-10Core code for split normals computation. Many thanks to ideasman for is optim...Bastien Montagne