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
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: remove G.main from BKE modifier.Bastien Montagne
2018-05-07Fix (unreported) memleak when copying object with some modifiers.Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-01-24BKE's modifier_isEnabled: add check on NULL Scene pointer.Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-08-20Cleanup: some const and bool cleanup.Bastien Montagne
2014-08-17Fix T41467: Modifier view buttons changing positions.Bastien Montagne
2014-08-15Modifiers: consider all constructive modifiers as 'preview' ones as well.Bastien Montagne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-30Fix T40445: Disabled modifiers prevent cage edit mode.Bastien Montagne
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-26Further work for fix T38804: unnecessary empty space in the modifier UI.Brecht Van Lommel
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-13Interface / Modifiers: Don't show cage placeholder in modifier header, if the...Thomas Dinges
2013-09-24modifiers_isCorrectableDeformed now checks a modifier is enabled before retur...Campbell Barton
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-07-05fix for [#35911] wasn't complete, while weigths would show in editmode, weigh...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-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-02code cleanup: clarify comment about virtial-modifiers, also add comments to D...Campbell Barton
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-15add checks to style checker script for 'a . b' and 'a []'Campbell Barton
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-15Parenting an object to a deformer (armature/curve/lattice) will now attempt toJoshua Leung
2012-10-07style cleanup: if();Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-07-04Bugfix Smoke / DynamicPaint: Missing update call from depsgraph was missing w...Daniel Genrich