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-04-24Cleanup: various minor changesCampbell Barton
2022-04-24Cleanup: clang-formatCampbell Barton
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-04-22Fix - Display correct units in "Edit voxel size" widgetRamil Roosileht
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-20UI: Fix typo in Apply Parent Inverse tooltipNate Rupsis
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-18Cleanup: Move object_modifier.c to C++Hans Goudey
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-18Fix T94559: Copying geometry node group does not copy animation dataAngus Stanton
2022-04-15Cleanup: Clang tidyHans Goudey
2022-04-15Object: Set Parent (Keep Transform Without Inverse)Wayde Moss
2022-04-14Cleanup: Further hair to curves renamingHans Goudey
2022-04-13Fix T97207: Move to Collections Menu Grayed out when in Local ViewDalai Felinto
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-10Fix T96942: disable Adjacent Faces margin for UVs and tangent space bakeMartijn Versteegh
2022-04-07Curves: improve Add menu for new curves objectJacques Lucke
2022-04-07Fix T96888: data transfer operator crash in certain situationPhilipp Oeser
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-03Curves: Support set origin and apply transform operatorsHans Goudey
2022-04-02Fix: Assert with set origin operation and single active objectHans Goudey
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-04-01Assets: Instancing operator option for collection asset droppingJulian Eisel
2022-03-30Cleanup: Left over from review of apply transformDalai Felinto
2022-03-30Apply Object Transform: Multi-user data supportDalai Felinto
2022-03-30Modifiers: Support applying modifiers for multi-user dataDalai Felinto
2022-03-29Geometry Nodes: Don't create node tree when adding nodes modifierLeon Schittek
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29LibOverride: Implement default 'user override' behavior.Bastien Montagne
2022-03-28Fix T96670: bake from multires not reflected in the Image Editor.Jeroen Bakker
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-24Cleanup/fix wrong enum items for object.gpencil_modifier_addKévin Dietrich
2022-03-23UI: Correct error message wordingAaron Carlisle
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-18Cleanup: Move object_transform.c to C++Hans Goudey
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-14Revert "Animation: Sensible frame range for motion paths"Sybren A. Stüvel
2022-03-14WM: avoid hard coded modifier key checks in object.hide_collectionCampbell Barton
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton