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
2019-02-22Cleanup: rename seek to file_offsetCampbell Barton
2019-02-22Cleanup: make BHeadN private in readfile.cCampbell Barton
2019-02-22Missed last commitCampbell Barton
2019-02-22Cleanup: rename readfile API functionsCampbell Barton
2019-02-22Missed last commitCampbell Barton
2019-02-22Cleanup: comments, use bool for 'eof' variableCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12DNA: support versioning structs & struct membersCampbell Barton
2019-02-11Cleanup: use 'struct Main' in headerCampbell Barton
2019-02-10Cleanup: unused struct memberCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenloaderCampbell Barton
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2017-03-15Merge branch 'master' into blender2.8Campbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2016-07-21Cleanup: use const, move comments to enumCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-06-06Cleanup: use const for old member in OldNew structCampbell Barton
2016-02-01Cleanup: FileData->flags: Convert defines to anonymous enum.Bastien Montagne
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2015-10-12Fix T34446: Make Local on linked mesh object: object gets removed if redo fun...Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-12D1171: Use GHash for BHead idname lookupsCampbell Barton
2015-03-12Cleanup: use POINTER_OFFSET macroCampbell Barton
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-03-05Move do-versions functions for 2.70Campbell Barton
2013-11-29Move 2.6x versioning code to own fileSergey Sharybin
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2012-12-27New features!Ton Roosendaal
2012-08-04style cleanupCampbell Barton
2012-05-25Fix a bad bug with direct/indirect linking since 2.5. Indirectly linked libra...Brecht Van Lommel
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-04Split do_versions into separate files for pre-2.50 versions and 2.5x versionsSergey Sharybin
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-18cleanup onlyCampbell Barton
2011-02-27doxygen: blender/blenloader tagged.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton