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
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-05-07Fix T44611: 'make_links_data' modifiers would fail and crash with multires mo...Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-04-16Port multires_topology_changed to new bmesh apiSergey Sharybin
2012-03-19Add a multires function to delete MDisps.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-13Code cleanup: replace multires update function pointer with direct call.Nicholas Bishop
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-02-21Remove unused code left from old multires interpolation stuffSergey Sharybin
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__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-06-09svn merge -r37078:37335 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-06-06Bake from multires meshSergey Sharybin
2011-03-29=bmesh=Joseph Eagar
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30Total displacement levels should be set in multires_topology_changedSergey Sharybin
2011-01-08Fix for bug [#21534] Multires modifier strange deformationsNicholas Bishop
2011-01-02Splitting quad into triangles and merging triangles into quad shouldSergey Sharybin
2011-01-02Multires math function used for layer interpolation moved from customdata.c t...Sergey Sharybin
2010-12-14Initial implementation of mdisps layer interpolationSergey Sharybin
2010-11-10Removed unused code from multires moduleSergey Sharybin
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin
2010-09-09== Multires ==Nicholas Bishop
2010-07-05Fix #22213: applying deform modifier in front of multires modifier crashes,Brecht Van Lommel
2010-06-06- Added checking if modifier is active in find_multires_modifierSergey Sharybin
2010-06-01Fix #22239: external btx won't load.Brecht Van Lommel
2010-05-21Removed unused argument mmd from multires reshape functions.Sergey Sharybin
2010-04-13Todo #21831: Deform modifier is applied to base mesh instead ofSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2010-02-07Fix #20928: difference boolean modifier is not applied during rendering,Brecht Van Lommel
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-11-25Sculpt: MultiresBrecht Van Lommel
2009-08-212.5/Multires:Nicholas Bishop