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
2020-11-18Geometry Nodes: use attribute api in point distribute nodeJacques Lucke
2020-11-18Fix T82586: Sculpt normals not updating with EEVEE enabledPablo Dobarro
2020-11-18Geometry Nodes: initial generic attribute access APIJacques Lucke
2020-11-18Functions: add float2 cpp typeJacques Lucke
2020-11-18Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-18Fix T82800: Changing settings from a pie menu doesn't add undo stepsCampbell Barton
2020-11-18Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-18Fix undo UI text containing shortcuts & newlinesCampbell Barton
2020-11-18Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-18Fix grease pencil draw mode icon color in outlinerNathan Craddock
2020-11-18Fix wrong grease pencil datablock icon in file browserNathan Craddock
2020-11-18Cleanup: remove break after return statementsCampbell Barton
2020-11-18Cleanup: clarify precedence of operationsCampbell Barton
2020-11-18Cleanup: 'false' use as NULL pointerCampbell Barton
2020-11-18Fix use of operator flag as booleanCampbell Barton
2020-11-18Cleanup: use descriptive argument name for uv parametrizerCampbell Barton
2020-11-18Cleanup: simplify array usage for Python box packing APICampbell Barton
2020-11-18Cleanup: declare original function storage variables staticCampbell Barton
2020-11-18Merge remote-tracking branch 'origin/master' into geometry-nodesDalai Felinto
2020-11-18Geometry Nodes: Unify icons -> use ICON_NODETREE for everythingDalai Felinto
2020-11-18Cleanup: Remove all of "#ifdef WITH_POINT_CLOUD"Dalai Felinto
2020-11-18Cleanup: Remove most of "#ifdef WITH_GEOMETRY_NODES"Dalai Felinto
2020-11-18Remove Point Cloud object from experimentalDalai Felinto
2020-11-18Remove Geometry Nodes Editor from experimentalDalai Felinto
2020-11-18Merge branch 'blender-v2.91-release'Pablo Dobarro
2020-11-18Fix T82542: Boundary brush crash with dyntopoPablo Dobarro
2020-11-17LibOverride: PointCache: Add UI feedback about need to enable Disk Cache.Bastien Montagne
2020-11-17Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-11-17Cleanup: Clang tidy else after returnHans Goudey
2020-11-17Cleanup: Clang tidy inconsistent parameter nameHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Bastien Montagne
2020-11-17Cleanup: Fix incorrect RNA property label/tooltip re active NLA track.Bastien Montagne
2020-11-17Cleanup: Remove unecessary NULL checkHans Goudey
2020-11-17Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-17Fix T82770: Artifacts when painting on generated transparent imageJeroen Bakker
2020-11-17Fix T82341: Warning in terminal during property searchHans Goudey
2020-11-17Fix T81227: Modifier menu and text switch placesJulian Eisel
2020-11-17Fix T77561 EEVEE: Refraction BSDF is using world probe during glossy bakeClément Foucault
2020-11-17Fix T81227: Modifier menu and text switch placesJulian Eisel
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-17Fix T82637: pack UV islands fails with some non-manifold meshesCampbell Barton
2020-11-17BMesh: support for comparing loops when calculating face-groupsCampbell Barton
2020-11-17BMesh: add UV face transform and minmax utility functionsCampbell Barton
2020-11-17BLI_rect: add a float version of the 'pad' functionCampbell Barton
2020-11-17Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-17Fix T82064: Add Image Clone tool to overlay engineJeroen Bakker
2020-11-17Clang-tidy, fix bugprone-exception-escape.Ankit Meel