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-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh
2022-01-12Fix warnings after bab47b60cb69Julian Eisel
2022-01-12DNA: Add space clip editor defaultsSimon Lenz
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-20Docs: use doxygen formatting for DNACampbell Barton
2021-12-14Cleanup: clang-formatCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesdna'Campbell Barton
2021-12-07Cleanup: sort DNA renamingCampbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-12-01Cleanup: Use int8 type rather than char for bufferJulian Eisel
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-18Cleanup: internal sequencer naming for overlaysCampbell Barton
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-14Cleanup: remove historic reference from makesdna.cCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-09-22GPencil: Split Weight modifier in two to make more consistentAntonio Vazquez
2021-09-18Cleanup: typoJacques Lucke
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-09-15GPencil: Dot dash modifier.YimingWu
2021-09-09DNA: allow initializing defaults for deprecated struct membersBrecht Van Lommel
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Makesdna: Fix detecting 32 bit padding issues.Ray Molenkamp
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
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-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
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-06-18Armature: add B-Bone Y scale channel and extra flag fields to DNA.Alexander Gavrilov
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