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-14Cleanup: Clang tidyHans Goudey
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-14Cleanup: Remove duplicate Bake modifier codeAntonio Vazquez
2022-03-14Fix dead-lock in movie cacheSergey Sharybin
2022-03-14Convert moviecache to C++Sergey Sharybin
2022-03-14Cleanup: Deduplicate code in Multiply modifierAntonio Vazquez
2022-03-14Cleanup: Make more obvious from the name that function is not publicSergey Sharybin
2022-03-14Revert "Animation: Sensible frame range for motion paths"Sybren A. Stüvel
2022-03-14GPencil: Fix offset modifier negative scale thicknessHenrik Dick
2022-03-14Fix T96402: fix case when material output is contained in node groupJacques Lucke
2022-03-14Fix T96396: cannot set active node group output with PythonJacques Lucke
2022-03-14Fix T96378: B-Bone selection fails in pose-modeCampbell Barton
2022-03-14WM: avoid hard coded modifier key checks in object.hide_collectionCampbell Barton
2022-03-14Cleanup: use size_t for BLF text API functionsCampbell Barton
2022-03-14Cleanup: spellingCampbell Barton
2022-03-14Fix T96267: Sidebar Tab Font Size CorrectionHarley Acheson
2022-03-14Cleanup: Use helper variable, const argumentHans Goudey
2022-03-14Curve: Store NURBS basis cache as a single vectorHans Goudey
2022-03-14Cleanup: Simplify NURBS basis cache argumentsHans Goudey
2022-03-14Curve: Remove temporary buffer during NURBS evaluationHans Goudey
2022-03-14Cleanup: Remove unnecessary NURBS optimizationHans Goudey
2022-03-14UI: Fix Label alignment in top barYevgeny Makarov
2022-03-13GPencil: Simplify modifier minimal vert count fixHenrik Dick
2022-03-13Fix T96303: C++ OBJ exporter needs presets and skip modifiers.Aras Pranckevicius
2022-03-13Cleanup: clang formatAaron Carlisle
2022-03-12Fix transform gizmo check for shift to constrain to a planeCampbell Barton
2022-03-12GPencil: Fix unreported select error in Normalize operatorAntonio Vazquez
2022-03-12Fix T96352: Gpencil crash using Normalize Thickness with CurvesAntonio Vazquez
2022-03-12Fix T96229: GN Fillet Node unexpected limit radius behavior for 3 point splinesDilith Jayakody
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Fix T94692: Show Cached OneDrive ThumbnailsHarley Acheson
2022-03-11Curves: Move constructor/assignmentHans Goudey
2022-03-11Fix wrong line width when using Show Lines in Histogram scopeBrecht Van Lommel
2022-03-11Cleanup: use M_PI_2 and M_PI_4 where possibleHallam Roberts
2022-03-11Cleanup: fix source typos homogenous->homogeneousBrecht Van Lommel
2022-03-11Cleanup: fix source comment typosBrecht Van Lommel
2022-03-11Fix: Assert in set spline type node after recent commitHans Goudey
2022-03-11Fix T85689: Replace SHGetFileInfoW for Drive NameHarley Acheson
2022-03-11Fix: Deleting vertex group attribute can change original meshHans Goudey
2022-03-11Cleanup: Use helper variableHans Goudey
2022-03-11Fix T96243: Workbench Curvature not rendering in background.Jeroen Bakker
2022-03-11Event System: limit early evaluation of drag actions to mouse buttonsCampbell Barton
2022-03-11Event System: only set press values in win->eventstateCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-11Correct error in 1032f111d087e7ba77c16a4af78704019714bd6aCampbell Barton
2022-03-11Fix threading conflict with movie cache lineSergey Sharybin
2022-03-11Cleanup: remove duplicate compiler attributeCampbell Barton
2022-03-11Correct error in d2222d5b2cac203f4ddaae5c99b96701587231e7Campbell Barton
2022-03-11RNA: use a function to access the nurbs error messageCampbell Barton
2022-03-11Text: use simplified logic for txt_to_bufCampbell Barton