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
2021-03-27UV Editor: Add cursor center operatorFabrício Luis
2021-03-27Cleanup: clang-formatCampbell Barton
2021-03-27Comment: note that structs are zeroed instead of using defaultsCampbell Barton
2021-03-27Cleanup: use .hh extension for C++ headersCampbell Barton
2021-03-27Object: faster object deletionCampbell Barton
2021-03-27Win32: Allow return from fullscreen to maximizedVincent Blankfield
2021-03-26macOS/bpy: install into site-packagesAnkit Meel
2021-03-26macOS/bpy: add support for OpenMPAnkit Meel
2021-03-26Cleanup: Use enum for "in" vs. "out" node socketsHans Goudey
2021-03-26Fix T86859: Allow covering of Taskbar when Fullscreen from MaximizedVincent Blankfield
2021-03-26LibOverride: Fix outliner menu showing 'override editing' entries for linked ...Bastien Montagne
2021-03-26Geometry Nodes: Rename "Plane" primitive to "Grid"Hans Goudey
2021-03-26UI: Change Usages of 'WPaint' to 'Weight Paint'Yevgeny Makarov
2021-03-26Geometry Nodes: Implicit conversion change for float/int/color to boolCharlie Jolly
2021-03-26Nodes: match Multi-input socket activation distanceFabian Schempp
2021-03-26OSL: add basic OSL shader templateRay Molenkamp
2021-03-26Compositor: Fix array out of bounds.Jeroen Bakker
2021-03-26UI: Remove "Enable physics for:" text in physics propertiesWilliam Reynish
2021-03-26Geometry Nodes: Add remaining operations to the Vector Math nodeLeon Leno
2021-03-26UI: Use unified format for "Warning" in descriptionsYevgeny Makarov
2021-03-26Cleanup: Geometry Nodes: Allow using "Auto" domain to avoid adaptingHans Goudey
2021-03-26Compositor automated testingHabib Gahbiche
2021-03-26LibOverride optimization; Do not compare bound box of objects.Bastien Montagne
2021-03-26Fix T86942: GPencil does not export SVG or PDF in orthographic cameraAntonio Vazquez
2021-03-26Cleanup: Replace Methode Overloading With Default Value.Jeroen Bakker
2021-03-26Cleanup: Remove ptr For Owned Children.Jeroen Bakker
2021-03-26Cleanup: Replace std::vector With blender::Vector.Jeroen Bakker
2021-03-26Cleanup: Replaced Typedef Enum With Enum Class.Jeroen Bakker
2021-03-26Cleanup: Remove SocketReader.Jeroen Bakker
2021-03-26Cleanup: Use Enum Class For PixelSampler.Jeroen Bakker
2021-03-26Cleanup: Replace std::vector with blender::Vector.Jeroen Bakker
2021-03-26LineArt: Fix unreported material user count error when apply modifierAntonio Vazquez
2021-03-26Geometry-Nodes: Sort the Nodes Categories alphabeticallyDalai Felinto
2021-03-26FFmpeg: improve threading settingsRichard Antalik
2021-03-26FFMPEG: refactor seekingRichard Antalik
2021-03-26Geometry Nodes: Add Attribute Clamp NodeCharlie Jolly
2021-03-26Cleanup: Replaced unneeded branch with assert.Jeroen Bakker
2021-03-26Cleanup: redundant expressionKévin Dietrich
2021-03-26Fix T86939: Cycles objects bounds not updated when transforming objectsKévin Dietrich
2021-03-26Fix error when an addon has no `__init__.py`Sybren A. Stüvel
2021-03-26Cryptomatte: Fix error loading incomplete metadata.Jeroen Bakker
2021-03-26Cleanup: Fix clang-tidy errors.Jeroen Bakker
2021-03-26UV: warn when unwrapping failsCampbell Barton
2021-03-26Cleanup: use code doxy command for Python snippetCampbell Barton
2021-03-26Cleanup: spellingCampbell Barton
2021-03-26Geometry Nodes: Add Attribute Map Range NodeVictor-Louis De Gusseme
2021-03-26Animation: action mirror RNA API using pose contentsCampbell Barton
2021-03-26Animation: add BKE_fcurve_pathcache_find APICampbell Barton
2021-03-26Animation: add BKE_fcurves_calc_keyed_frames utilityCampbell Barton
2021-03-26Cleanup: clang-formatCampbell Barton