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-01-04Merge branch 'master' into temp-copy-on-writetemp-copy-on-writeJacques Lucke
2022-01-04Fix T94599: Assert on usercount when deleting image created via operator.Bastien Montagne
2022-01-04Fix T90830: Crop node cropping is one pixel shortManuel Castilla
2022-01-04Fix T91160 - Movie Clip Editor - frame indicator/controller is not displayedAidan Davey
2022-01-04Shader Nodes: Unity BuildAaron Carlisle
2022-01-04Cleanup: Move node storage macro inside file namespaceAaron Carlisle
2022-01-04Fix soft light blend mode mathRichard Antalik
2022-01-04Fix out of range color in blend modesRichard Antalik
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2022-01-04BLI: Add slice method to MutableSpanHans Goudey
2022-01-03Cleanup: Clang tidyHans Goudey
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey
2022-01-03Fix T94581: Incorrect geometry delete behavior with instancesHans Goudey
2022-01-03Fix T94316: Asset catalog tree scrolls away when renaming a catalogJulian Eisel
2022-01-03Fix T94594: Incorrect spreadsheet data set region type in old filesHans Goudey
2022-01-03Geometry Nodes: Edge Angle NodeJohnny Matthews
2022-01-03cleanupJacques Lucke
2022-01-03progressJacques Lucke
2022-01-03Cleanup: Silence "integer conversion resulted in a change of sign" warning in...Patrick Mours
2022-01-03Allow overrides for cloth, collision and force field properties.Alexander Gavrilov
2022-01-03Fix T94392: 3D Cursor surface projection onto hidden geometryGermano Cavalcante
2022-01-03Depsgraph: Remove object-level visibility from geometry buildersSergey Sharybin
2022-01-03initial data structureJacques Lucke
2022-01-03Cleanup: Unused variable in Cycles codeSergey Sharybin
2022-01-03Fix (unreported) i18n utils failing to create MO files in trunk.Bastien Montagne
2022-01-03Add Georgian to our list of languages.Bastien Montagne
2022-01-03Blender font: Add georgian script.Bastien Montagne
2022-01-03Install_deps: Also cleanup `CLANG` CMAKE variablesBastien Montagne
2022-01-03Cleanup: Renamed to_object_value to to_dictionary_value.Jeroen Bakker
2022-01-03Cleanup: rename ValueType.Object to ValueType.Dictionary.Jeroen Bakker
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2022-01-03Nodes: Convert several shader nodes to c++Aaron Carlisle
2022-01-02Geometry Nodes: add field node type for constantsJacques Lucke
2022-01-01Geometry Nodes: small refactor towards supporting partially lazy nodesJacques Lucke
2021-12-31Nodes: Add Compare node operations to link drag search menuCharlie Jolly
2021-12-31LineArt: Correct collection intersection mask logic.YimingWu
2021-12-31LineArt: Correct clamping of out of bound isect indexYimingWu
2021-12-31Fix T94464: video texture is not refreshingJacques Lucke
2021-12-31Cleanup: Silence warning for wrong const char comparisonCharlie Jolly
2021-12-31Fix T94416: incorrect handling when nodes are linked in a loopJacques Lucke
2021-12-31Nodes: Weight drag link search for Math nodesCharlie Jolly
2021-12-31Fix (unreported): remove menu separators from drag link searchCharlie Jolly
2021-12-31Cleanup: Use switch to get gpu shader nameAaron Carlisle
2021-12-30Nodes: Convert several shader nodes to c++Aaron Carlisle
2021-12-30Fix T93868: GPencil material filter does not work with instancesAntonio Vazquez
2021-12-30Fix T93134: Set origin broken for curve edit modeShen Ciao
2021-12-30Fix T93163: GPencil scale thickness fails in negative scalesAntonio Vazquez
2021-12-30Nodes: Improve link drag search for Math and Vector Math nodesCharlie Jolly
2021-12-30Point Cloud: Optimize bounding box calculationHans Goudey