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-11Fix (unreported): crash on undo when using pinned id in spreadsheetJacques Lucke
2021-03-11Outliner: Add assert to make assumption for new code design explicitJulian Eisel
2021-03-11Fix crash when showing NLA actions in the OutlinerJulian Eisel
2021-03-11Fix failing assert when loading file with untraceable custom asset libraryJulian Eisel
2021-03-11Cleanup: Typos in comments (window-manager files)Julian Eisel
2021-03-11Spreadsheet: expore more domains and point cloud dataJacques Lucke
2021-03-11Fix T86458: Simple Subdivision node does not preserve vertex groupsRahul Chaudhary
2021-03-11Geometry Nodes: improve handling when the same socket is connected twiceJacques Lucke
2021-03-11UI: Add Copy Full Data Path to RMB menuAaron Carlisle
2021-03-11Geometry Nodes: fix error adding a value nodePhilipp Oeser
2021-03-11Add ico sphere primitiveHans Goudey
2021-03-10Working cylinder nodeHans Goudey
2021-03-10Merge branch 'master' into geometry-nodes-mesh-primitivesHans Goudey
2021-03-10EEVEE: ScreenSpaceReflections: Improve minimal hit thresholdClément Foucault
2021-03-10Cleanup: EEVEE: Remove unused function and fix commentClément Foucault
2021-03-10Fix T86429 EEVEE: Ambient occlusion broken on some platformClément Foucault
2021-03-10EEVEE: ScreenSpaceReflections: Add back support for planar reflectionsClément Foucault
2021-03-10Cleanup: EEVEE: Use correct prefix for view space vectorsClément Foucault
2021-03-10EEVEE: GGX: Use distribution of visible normal for samplingClément Foucault
2021-03-10EEVEE: ScreenSpaceReflections: Improve hit qualityClément Foucault
2021-03-10Fix T86416: geometry nodes crash choosing a group node link menuPhilipp Oeser
2021-03-10Add 'foreach_nodeclass' for geometry nodetreesPhilipp Oeser
2021-03-10Fix wrong white point of Linear ACES in config reading and the bundled configBrecht Van Lommel
2021-03-10Geometry Nodes: Add color to boolean implicit conversionHans Goudey
2021-03-10Cryptomatte tests: Fix layer_from_manifest failure.Ankit Meel
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-10Cleanup: unused warning building as a Python moduleCampbell Barton
2021-03-10Fix T67190: Edge Loop Select doesn't support non-manifold edgesPratik Borhade
2021-03-10Geometry Nodes: transfer polygon attributes to points in Point Distribute nodeJacques Lucke
2021-03-10Geometry Nodes: move geometry component type enum to CJacques Lucke
2021-03-10DNA: add defaults for UnifiedPaintSettingsSiddhartha Jejurkar
2021-03-10Spreadsheet: new spreadsheet editorJacques Lucke
2021-03-10Geometry Nodes: handle same socket being linked to input more than once betterJacques Lucke
2021-03-10Cleanup: spellingCampbell Barton
2021-03-10Cleanup: remove annotations from startup scriptsCampbell Barton
2021-03-10Cleanup: compiler warning (ignored-qualifiers)Campbell Barton
2021-03-10Fix (unreported) geometry node attribute search not working in thePhilipp Oeser
2021-03-09Fix: only follow first input of multi-input-socket when mutedJacques Lucke
2021-03-09Fix T86422: Expand crashing with EEVEE enabledPablo Dobarro
2021-03-09Graph Editor: FCurve Show Extrapolation ToggleWayde Moss
2021-03-09BLI: New 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-03-09Geometry Nodes: Add Attribute interpolation for polygon domainsHans Goudey
2021-03-09Cleanup: Do not pass stack allocated string to MEM_callocNHans Goudey
2021-03-09Fix crash in boundary brush after refactorPablo Dobarro
2021-03-09Sculpt: Init Face Sets by Face Sets boundariesPablo Dobarro
2021-03-09Cleanup: Document `ensure()`-like behaviour of `KeyMaps.new()`Sybren A. Stüvel
2021-03-09Cleanup: add missing full stop to docstring of functionSybren A. Stüvel
2021-03-09macOS/Ghost: Simplify pasteboard and screen count codeCorbin Dunn
2021-03-09macOS/Ghost: Remove unnecessary nil checks.Corbin Dunn
2021-03-09macOS/Ghost: Replace NSAutoreleasePool with @autoreleasepoolCorbin Dunn