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
2014-11-29Cleanup: unused headersCampbell Barton
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2012-10-01mask data is no longer automatically added when sculpting (except when there ...Campbell Barton
2012-07-08use gcc attrubutes to warn on unused return values and arguments which should...Campbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Copy GridPaintMask to vertex paint mask when applying multires.Nicholas Bishop
2012-05-11Add mask support to CCGSubSurf and multires.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().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-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-14Copy hidden flag to vertices when applying multires modifier.Nicholas Bishop
2012-03-14Don't wait for sculpt stroke to create PBVH.Nicholas Bishop
2012-03-09style cleanup: comment blocksCampbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...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-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-02Fix #27230: texture paint face selection mask did not work on multires. ItBrecht Van Lommel
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-03=bmesh=Joseph Eagar
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2010-12-27sculpt/multires fixJoseph Eagar
2010-10-19Fix #24321: duplicate of multiresolution modifier errorSergey Sharybin
2010-09-30[#23673] Modifier construction gives correct result in viewport but incorrect...Campbell Barton
2010-09-26- Save MDISPS layer when applying modifier.Sergey Sharybin
2010-09-09== Multires ==Nicholas Bishop
2010-09-04merge with trunk at r31523Joseph Eagar
2010-07-22Fix #22661: Multires/Sculpt SegfultSergey Sharybin
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-04-13modifier include cleanup, this might need fixes on other systems but hard to ...Campbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-12SVN maintenance.Guillermo S. Romero
2010-04-12booleanops.c was moved to MOD_boolean_util.c, remove empty file.Campbell Barton
2010-04-12[#14437] Modifier Stack RefactorCampbell Barton