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-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
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-04fix for building on msvcCampbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-08-20fix/workaround [#36519] Origin to Center of Mass" failes when faces have an a...Campbell Barton
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-07-15Fix #36139: cycles not taking texture spacing settings into account forBrecht Van Lommel
2013-07-03fix [#35975] "Select Linked" = "Select All" in Weight Paint mode?Campbell Barton
2013-06-29fixed a compiler warning message in vs 2008Gaia Clary
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-15added basic utility functions for working with mselect (selected mesh elements)Gaia Clary
2013-06-14expose smooth group calculation to python as Mesh.calc_smooth_groups()Campbell Barton
2013-06-14utility function for calculating smooth groups from sharp edges: BKE_mesh_cal...Campbell Barton