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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-16Fix T101394: Ensure all viewlayers on scene copy.Monique Dewanchand
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-29Sculpt: New Cavity Automasking ModeJoseph Eagar
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-06Fix (unreported) bad handling of embedded IDs on owner copying.Bastien Montagne
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-17Cleanup: Fix outdated comments referring to DispListHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-15Cleanup: add utlity function to compute render resolutionBrecht Van Lommel
2022-07-08Fix Crash: Reading canvas tool settings.Jeroen Bakker
2022-05-04Fix T97709: Compositor: Scenes are being set to no users after doing a full c...Bastien Montagne
2022-04-28Fix T97527: multiview camera suffix not working with more than 4 charactersBrecht Van Lommel
2022-04-09Fix T97133: Crash when creating a scene copyRichard Antalik
2022-04-06Fix badly broken caches handling during undo/redo.Bastien Montagne
2022-04-06Cleanup: Simplify if statements, clang tidyHans Goudey
2022-04-04VSE: Add channel headersRichard Antalik
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-28Cleanup: Move scene.c to C++Hans Goudey