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-16View 3D: move picking arguments into a struct & minor refactorCampbell Barton
2022-03-16Fix missing update selecting 3D text-boxCampbell Barton
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-16Curves: Port count spline length output to new data-blockHans Goudey
2022-03-15Outliner: Display buttons to edit library override propertiesJulian Eisel
2022-03-15Fix T96263: command line rendering affected by current scene subframeBrecht Van Lommel
2022-03-15Disable GPU subdivision if the maximum number of SSBO binding is reachedKévin Dietrich
2022-03-15GPU capabilities: detect max SSBO bindingsKévin Dietrich
2022-03-15Fix slow tracking of long sequencesSergey Sharybin
2022-03-15Fix T96452: Armature corrupted after undoing 'Join' operation.Bastien Montagne
2022-03-15Cleanup: remove redundant 'extern StructRNA' declarationsGermano Cavalcante
2022-03-15Cleanup: Remove confusing double negation in RNA helper functionJulian Eisel
2022-03-15Cleanup: remove accidental shallow mesh copyJacques Lucke
2022-03-15Fix T96357: Issue clicking on stem of arrow gizmos to scale on axisCampbell Barton
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-15Docs: correct doc-string for BPY_driver_resetCampbell Barton
2022-03-15Cleanup: comments in bpy_driver.c, minor correctionsCampbell Barton
2022-03-15Cleanup: de-duplicate Py_DECREF when evaluating PyDriversCampbell Barton
2022-03-15Fix memory leak when there is an error evaluating a PyDriverCampbell Barton
2022-03-15UI: expose "Dolly View" in the menuCampbell Barton
2022-03-14Fix gpu.types.GPUTexture not passing data buffer to 3D texturesIyad Ahmed
2022-03-14Geometry Nodes: Add named attribute nodes behind experimental flagHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
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