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-05-27style cleanupCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-15Fix bug #31460, crash in multires on leaving edit modeNicholas Bishop
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-06style cleanup: blenkernelCampbell Barton
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28fix for crash when multires subdividing a mesh with no faces (new bug in bmes...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Fix uninitialized variable in multires apply base.Nicholas Bishop
2012-03-19Add a multires function to delete MDisps.Nicholas Bishop
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-13Code cleanup: replace multires update function pointer with direct call.Nicholas Bishop
2012-03-10Fix an infinite loop in get_levels_from_disps().Nicholas Bishop
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-28BMesh: use MPoly rather than MFace in multiresModifier_base_applyNicholas Bishop
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-26Code cleanup: clarify multiresModifier_disp_run modes.Nicholas Bishop
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-21Remove unused code left from old multires interpolation stuffSergey Sharybin
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-20minor warning/fixesCampbell Barton
2012-01-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-09Fix #29835: joining meshes leads to crashSergey Sharybin
2011-12-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-06svn merge ^/trunk/blender -r40644:40720Campbell Barton
2011-09-29Commented and tagged some unused vars, added some var init (gcc warnings...).Bastien Montagne
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton