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-11Fix T94121: PyAPI: ID property group returns wrong type with iter()Campbell Barton
2022-03-11Cleanup: use doxy sections in image.ccCampbell Barton
2022-03-11Cleanup: use enum for local versioning enumCampbell Barton
2022-03-11Transform/UI: individualize the option to use snap per editor typeGermano Cavalcante
2022-03-11Fix: Handle handles reset when realizing with other curve typesHans Goudey
2022-03-10Fix incorrect meta strip background colorRichard Antalik
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke
2022-03-10Fix T96292: unable to set active material output using PythonJacques Lucke
2022-03-10Cleanup: Reduce duplication in realize instances codeHans Goudey
2022-03-10Fix T93710: Artifacts denoising hi-res images using OPtiXSergey Sharybin
2022-03-10Fix: closest image texture interpolation inconsistent in geometry nodesEthan-Hall
2022-03-10IK: make Ik chain length non-animatableSybren A. Stüvel
2022-03-10Event System: key-press while dragging now activates drag firstCampbell Barton
2022-03-10Fix T96279: 'Emulate 3 button mouse' fails to emulate MMBCampbell Barton
2022-03-10Cleanup: de-duplicate event customdata freeing logicCampbell Barton
2022-03-10Cleanup: use SPDX license headerCampbell Barton
2022-03-10Cleanup: use 'WM_file_' prefix for file operationsCampbell Barton
2022-03-10Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-03-10Cleanup: Move image.c to c++Jesse Yurkovich
2022-03-10Cleanup: Simplify/deduplicate curves built-in attribute accessHans Goudey
2022-03-09Fix: Add missing breakHans Goudey
2022-03-09Fix: Use "construct" instead of "assign" for uninitialized memoryHans Goudey
2022-03-09Curves: Port realize instances node to the new data-blockHans Goudey
2022-03-09Outliner: Ensure compiler error when passing wrong tree-element to macroJulian Eisel
2022-03-09Outliner: Correct check for element cullingJulian Eisel
2022-03-09Cleanup: Deduplicate Outliner item culling logicJulian Eisel
2022-03-09Cleanup: fix wrong spelling of texture and indentationBrecht Van Lommel
2022-03-09Fix wrong detection of alpha for grayscale images, after recent changesEthan-Hall
2022-03-09LibOverride/Outliner: Restrict further operations over liboverrides.Bastien Montagne
2022-03-09LibOverride: Add a 'is hierarchy root' macro check.Bastien Montagne
2022-03-09Curves: rename initial brushesJacques Lucke
2022-03-09Fix T96233: Crash with gpencil data with vertex groupsFalk David
2022-03-09Fix T96165: Incorrect render of barcelone scene with BVH2Sergey Sharybin
2022-03-09Fix T95738: wrong "Bottom" selection for cone without baseJacques Lucke
2022-03-09Fix cursor drag failing to use click-startCampbell Barton
2022-03-09Cleanup: use doxygen comments & sections for animation filesCampbell Barton
2022-03-09Fix T96250: Invalid default for uv_relax_methodCampbell Barton
2022-03-09Correct assert in 399ac1ff113e20688f277157ccb3c671648c9b1cCampbell Barton
2022-03-09Fix subtype & default for keying set operator propertiesCampbell Barton
2022-03-09Fix T89560: Keymap editor no longer shows keying set dropdownCampbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-03-09Fix T92331: Duplicated Window Should Not Be ModalHarley Acheson
2022-03-09Attributes: Implement CustomData interpolation for boolean data typeAleksi Juvani
2022-03-09Fix T96146: Subdivide curve node uninitialized dangling handlesHans Goudey
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-08Geometry Nodes: Tiny optimization to UV Sphere primitiveHallam Roberts
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-08Cleanup: Correct commentHans Goudey
2022-03-08Merge branch 'blender-v3.1-release'Hans Goudey