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-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-02-08Cleanup: simplify DNA genfile castingCampbell Barton
2022-02-08Fix dna_genfile error converting signed int types to floating pointCampbell Barton
2022-02-08Cleanup: use an intermediate value for cast_primitive_typeCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesdna'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-04-13DNA: support int8_t type in DNA structsJacques Lucke
2021-03-27Comment: note that structs are zeroed instead of using defaultsCampbell Barton
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