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
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08DNA: cleanup endian switching when loading fileJacques Lucke
2020-10-07Fix T81226: Crash opening 64bit files with endian switchingCampbell Barton
2020-10-01Cleanup: dna_genfile API for accessing struct member offsetsCampbell Barton
2020-09-30Cleanup: spellingCampbell Barton
2020-09-29DNA: optimize struct reconstruction by doing some preprocessingJacques Lucke
2020-09-29DNA: use better type for SDNA->structsJacques Lucke
2020-09-17Cleanup: reduce variable scopeJacques Lucke
2020-09-10DNA: fix asan warning when casting typesJacques Lucke
2020-08-08Cleanup: replace elem_strcmp with elem_streqCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-03-22Cleanup: spelling, correct Mesh.mface docsCampbell Barton
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-11DNA: make DNA_elem_size_nr a public functionCampbell Barton
2019-09-10Fix SDNA error expanding names not updating name array sizesCampbell Barton
2019-08-30Cleanup: spellingCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-05-27Cleanup: Fix warnings in bf_dnaRay Molenkamp
2019-05-24Cleanup: correct function nameCampbell Barton
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-05-21Cleanup: make DNA_struct_find_nr_ex function more compactCampbell Barton
2019-04-21Cleanup: comments (long lines) in makesdnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-10Cleanup: use STR_ELEM macroCampbell Barton
2019-04-02DNA: add error for DNA computed struct sizes and member offsets mismatch.Brecht Van Lommel
2019-03-28Cleanup: style, use braces for makesdna, datatocCampbell 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-18DNA: support renaming structs that use the old renaming hackCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: support DNA type & name aliasesCampbell Barton
2019-02-16DNA: warn about old versioning being incompleteCampbell Barton
2019-02-15Fix DNA struct member versioning logicCampbell Barton
2019-02-15Cleanup: sync minor changes from D4342Campbell Barton
2019-02-13Cleanup: rename variable name for DNA utilsCampbell Barton
2019-02-12Cleanup: move utility functions into dna_utilsCampbell Barton
2019-02-12makesdna: add shared utility moduleCampbell Barton
2019-02-12DNA: support versioning structs & struct membersCampbell Barton
2019-02-11Cleanup: avoid string copy for comparing int id'sCampbell Barton
2019-02-10Cleanup: unused struct memberCampbell Barton