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-11-18Fix building on NetBSDCampbell Barton
2019-08-14Eevee: Remove Additive & Multiply Blend modeClément Foucault
2019-04-24Cycles: move shader node versioning code to CBrecht Van Lommel
2019-04-24Nodes: better integrate node init and versioning in file readingBrecht Van Lommel
2019-04-24Haiku: build fixCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19readfile: add off64_t typedef for __APPLE__Campbell Barton
2019-03-19Fix T62707: opening blend files over 2gb on win32 failsCampbell Barton
2019-03-03Cleanup: rename FileData.listbase -> bhead_listCampbell Barton
2019-02-24readfile: use regular file access when not a gzipCampbell Barton
2019-02-22readfile: support blend files over 2gbCampbell Barton
2019-02-22readfile: reduce memory usage at load timeCampbell Barton
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