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
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-29DNA: optimize struct reconstruction by doing some preprocessingJacques Lucke
2020-09-29DNA: use better type for SDNA->structsJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-05-22dna_genfile: add SDNA struct/elem queries that use alias namesCampbell Barton
2019-05-21Cleanup: rename nr_* to *_len for DNA codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-04DNA: optimize data reconstructionCampbell Barton
2019-03-04Revert "DNA: optimize data reconstruction"Campbell Barton
2019-03-03DNA: optimize data reconstructionCampbell Barton
2019-03-02Cleanup: SDNA/DNA namingCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: support DNA type & name aliasesCampbell Barton
2019-02-15Fix DNA struct member versioning logicCampbell Barton
2019-02-12DNA: support versioning structs & struct membersCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2016-07-14Use BLI_endian_switch in dna_genfileCampbell Barton
2016-07-12writefile: remove SDNA last-hit, optimize DNA reconstructCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-06-22writefile: use const for old addressCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-03add endian switch functions to replace macros SWITCH_INT/LONG/SHORT, with BLI...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-30minor dna header cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-20use ghash for DNA_struct_find_nr(), gives ~18% speedup on loading sintel lite...Campbell Barton
2011-02-17Start simple intros for intern and extern libs.Nathan Letwory
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2008-11-01RNA / Data APIBrecht Van Lommel
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
2002-12-28added two accidentally deleted #'s (without them makesdna wouldn't workStefan Gartner
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont