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-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08Cleanup: clang-formatCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Fix T93425: makesdna crashes during build with LTO on s390x LinuxCampbell Barton
2021-10-14Cleanup: remove historic reference from makesdna.cCampbell Barton
2021-09-18Cleanup: typoJacques Lucke
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Makesdna: Fix detecting 32 bit padding issues.Ray Molenkamp
2021-07-07makesdna: fix parsing 'const', 'struct', 'unsigned' as a prefixCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-13DNA: support int8_t type in DNA structsJacques Lucke
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-05DNA: support structs with a size of 1 or 2 bytes.Jacques Lucke
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-02Cleanup: reduce variable scopesJacques Lucke
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-08-28DNA: add pragma once to dna_type_offsets.hJacques Lucke
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31Add generic session UUID structures to DNASergey Sharybin
2020-07-24DNA: disable 'int8_t' since it's not properly supportedCampbell Barton
2020-07-03Cleanup: spellingCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-09Cleanup: Move pointcache dna to separate fileJacques Lucke
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-20Simulations: Add new simulation data blockJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-01-27makesdna: avoid 'alloca' in a for loopCampbell Barton
2019-12-17Fix deprecated DNA define checksCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-21Bevel: Custom Profile and CurveProfile WidgetHans Goudey