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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesdna'Campbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-13DNA: support int8_t type in DNA structsJacques Lucke
2020-10-08DNA: cleanup endian switching when loading fileJacques Lucke
2020-10-01Cleanup: Clang tidy fixesHans Goudey
2020-09-29DNA: optimize struct reconstruction by doing some preprocessingJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2019-09-11DNA: make DNA_elem_size_nr a public functionCampbell Barton
2019-05-22dna_genfile: add SDNA struct/elem queries that use alias namesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell 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-15Cleanup: sync minor changes from D4342Campbell Barton
2019-02-12makesdna: add shared utility moduleCampbell 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-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (DNA)Campbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2016-08-13Add DNA_struct_find (useful for version patching)Julian Eisel
2016-07-21Cleanup: use const, move comments to enumCampbell Barton
2016-07-14Cleanup: styleCampbell Barton
2016-07-12writefile: reuse SDNA between writesCampbell Barton
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-12writefile: remove SDNA last-hit, optimize DNA reconstructCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-01-16Cleanup: use enum constant for DNA comparisonCampbell Barton
2016-01-15DNA: partial revert of long removalCampbell Barton
2016-01-11DNA: remove 'long' typeCampbell Barton
2016-01-09DNA: remove endian switching long checksCampbell Barton
2013-12-15Minor optimization for strlen and memcpy calls for reading blend filesSv. Lockal
2013-03-17New feature:Ton Roosendaal
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-04-07code cleanup: no functional changesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-08fix [#30090] Cloth modifier related crash when loading old fileCampbell Barton
2011-12-30minor dna header cleanupCampbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-23add DNA support for int64_t. nothing uses this currently.Campbell Barton
2011-12-23DNA genfile - de-duplicate some checks and replace magic type numbers with an...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton