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-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
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-08-29brought back some unused variables removed from previous commit, commented ou...Howard Trickey
2011-08-25Cleaned up unused variablesHoward Trickey
2011-08-24svn merge -r39493:39664 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-23fix [#28344] for this file, the multires smiley has 2 materials, but only 1 l...Campbell Barton
2011-07-29fix for last mergeCampbell Barton
2011-07-29svn merge -r38718:38804 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-28New option for multires modifier: Subdivide UVsSergey Sharybin
2011-07-24svn merge -r37335:37500 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-14=bmesh=Joseph Eagar
2011-06-09svn merge -r37078:37335 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-09replace log() calls with constantsCampbell Barton