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
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-05-20GPencil: Adding length modifier.YimingWu
2021-04-13DNA: support int8_t type in DNA structsJacques Lucke
2021-03-27Comment: note that structs are zeroed instead of using defaultsCampbell Barton
2021-03-18LineArt: Add missing dna variable renameSebastian Parborg
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-03-10DNA: add defaults for UnifiedPaintSettingsSiddhartha Jejurkar
2021-02-05DNA: support structs with a size of 1 or 2 bytes.Jacques Lucke
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-20Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-20CMake: add missing headersCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-11-06Fix T82387: Crash loading file saved with recent master in old versionsJulian Eisel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Cleanup: Use DNA defaults for grease pencil modifiersHans Goudey
2020-10-14Cleanup: Use DNA defaults for fluid modifierHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-08Add DNA defaults for ParticleSettings.Bastien Montagne
2020-10-08DNA: cleanup endian switching when loading fileJacques Lucke
2020-10-08Add DNA defaults for MovieClip.Bastien Montagne
2020-10-08Add DNA defaults for Collection.Bastien Montagne
2020-10-08Armature: Add minimal DNA defaults for bArmature.Bastien Montagne
2020-10-07Fix T81226: Crash opening 64bit files with endian switchingCampbell Barton
2020-10-05CMake: include DNA_modifier_defaults.hCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-03Cleanup: rename main preferences versioning functionCampbell Barton
2020-10-02Cleanup: reduce variable scopesJacques Lucke
2020-10-01Cleanup: Use DNA defaults for cloth modifierHans Goudey
2020-10-01Use DNA defaults system for modifiersHans Goudey
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-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-09-10DNA: fix asan warning when casting typesJacques Lucke
2020-09-07Docs: add note on updating startup defaults to dna_defaultsCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-08-28DNA: add pragma once to dna_type_offsets.hJacques 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