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
2012-02-11svn merge ^/trunk/blender -r43995:44024Campbell Barton
2012-02-11update gpl header in cmake filesCampbell Barton
2012-02-07BMesh remesh modifier: create MPolys/MLoops directly rather than MFaces.Nicholas Bishop
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-03Minor Speedup: avoid for() loop over all faces in fluidsim by passing an exam...Campbell Barton
2012-02-03fix [#29980] Fluid only displays wireframeCampbell Barton
2012-02-02svn merge ^/trunk/blender -r43819:43830Campbell Barton
2012-02-01Optional offset for fluid cache frame reading.Lukas Toenne
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-02-01calc_curve_deform was using axis range of 1-6, but other parts of the code us...Campbell Barton
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
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-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-29Fixed for cloth modifier when it's applied after deformation modifier.Sergey Sharybin
2012-01-27Fix #30000: Boolean modifier messing up multi materialSergey Sharybin
2012-01-26svn merge ^/trunk/blender -r43693:43733Campbell Barton
2012-01-26Fix #29957: Texture "Generate" mapping work as global with cloth modifierSergey Sharybin
2012-01-24correct error in recent merge.Campbell Barton
2012-01-24svn merge ^/trunk/blender -r43639:43664Campbell Barton
2012-01-24Fix #29965: Crash: Memory psys node array: end corruptSergey Sharybin
2012-01-24fix leak in mirror modifier.Campbell Barton
2012-01-24fix for crash applying solidift after subsurfCampbell Barton
2012-01-23Fix #29934: New Carve library can't execute boolean operations in some casesSergey Sharybin
2012-01-23disable re-tesselation for modifiers that use bmesh, array/bevel/edge split -...Campbell Barton
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-22Fix a crasher in WeightVG modifiers.Bastien Montagne
2012-01-22Fluidsim - Restoring simulation speed control (ZanQdo request)Joshua Leung
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20quiet some warningsCampbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20style edits to build modifier apply functionCampbell Barton
2012-01-20improvements to build modifierCampbell Barton
2012-01-20skip converting non CDDM type derived meshes for solidify modifier.Campbell Barton
2012-01-18dissable editmode tessface creation in 'get_dm' looked over uses and all that...Campbell Barton
2012-01-18call CDDM_from_BMEditMesh without creating tessface data for modifiers.Campbell Barton
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-17another fix for bmesh/solidify - was using incorrect poly length when finding...Campbell Barton
2012-01-17remove some complexity in solidify code rim face creation.Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09bugfix for solidify modifier rim faces which were created from triangles, wou...Campbell Barton