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
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-27Cleanup: use '_pad' convention for padding in all DNA structsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-09-20Put the Radius property of Curve points under shape key control.Alexander Gavrilov
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2013-08-19Optimization and threading fix for shapekeys weights calculationSergey Sharybin
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2012-09-18do_version fix files with bad keyblock uid caused by byg [#31569]Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-14code cleanup: comment (almost) all members of KeyBlock & Key.Campbell Barton
2012-04-14code cleanup: when extending name length Key.elemstr was incorrectly extended...Campbell Barton
2012-04-12code cleanup: remove unused KeyBlock.adrcodeCampbell Barton
2012-04-11bmesh shape key conversion on exiting editmode.Campbell Barton
2012-04-05report [#30814] Absolute Shape Keys not working in 2.6Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,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-05-12manually copy more changes from trunk.Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-12correct fsf addressCampbell Barton
2009-11-02shapekeys are now stored as customdata in editmode, so edit operations like s...Joseph Eagar
2009-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-16ShapeKey Editor (sub-mode of DopeSheet Editor)Joshua Leung
2009-01-172.5 - AnimData fixesJoshua Leung
2009-01-172.5: Blender "Animato" - New Animation System Joshua Leung
2008-12-192.5Joshua Leung
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2007-11-29Shape KeysBrecht Van Lommel