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-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-24Fix typo in commentSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-11-01Fix [#37266] Skin modifier can't be copied.Bastien Montagne
2013-09-24modifiers_isCorrectableDeformed now checks a modifier is enabled before retur...Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-19move modifier callback wrappers into modifier.cCampbell Barton
2013-06-13fix for problem with creating weight-paint preview.Campbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-29Fix [#35110]: Dynamic Paint does not paint accurately in baked "Image Sequenc...Miika Hamalainen
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-10-15Parenting an object to a deformer (armature/curve/lattice) will now attempt toJoshua Leung
2012-07-04Bugfix Smoke / DynamicPaint: Missing update call from depsgraph was missing w...Daniel Genrich
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-03-26Fix for truncation of 64-bit CustomDataMasks.Nicholas Bishop
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2011-12-21svn merge ^/trunk/blender -r42761:42776Campbell Barton
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-11-20svn merge ^/trunk/blender -r41998:42009Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.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-04-15=bmesh= merge from trunk at r36153Joseph Eagar