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-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-06-05Fix remesh output changing when input is moved relative to origin.Nicholas Bishop
2012-05-18Add smooth-shading option for remesh modifier.Nicholas Bishop
2012-05-17Enable remesh modifier for curves.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16Fix windows compile issue with missing isnan.Brecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-07BMesh remesh modifier: create MPolys/MLoops directly rather than MFaces.Nicholas Bishop
2012-01-30avoid an extra mesh copy in remesh modifierCampbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-06renameCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-05added a function to ensure derived mesh has tessface's, in preparation for re...Campbell Barton
2012-01-02svn merge ^/trunk/blender -r43033:43062Campbell Barton
2012-01-01Fixed names of VertexWeight modifiers RNA structs, in RNA_access.h (probably ...Bastien Montagne
2011-12-31remesh now working for bmeshCampbell Barton
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop