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-01-09Cleanup: Use bool instead of intHans Goudey
2021-01-09Keymap: Enable repeat for "Make Edge/Face" operatorHans Goudey
2021-01-09Geometry Nodes: Don't start with empty group nodes selectedHans Goudey
2021-01-09Geometry Nodes: Gray out "New" button when curve object is activeHans Goudey
2021-01-08Fix T84517: Two geometry node trees added with "New" buttonHans Goudey
2021-01-08Scenes: forbid deleting last local sceneJacques Lucke
2021-01-08Fix T84453: Crash bezier curves transfromGermano Cavalcante
2021-01-08Icons: Update script to generate icons from SVGs for Inkscape 1.0Julian Eisel
2021-01-08Fix Cycles rendering with OptiX after instance limit increase when building w...Patrick Mours
2021-01-08Fix T83942: improve error checking when trying to render high resolution volumeJacques Lucke
2021-01-08Cleanup: clang formatPhilipp Oeser
2021-01-08Fix T84475: Outliner missing update when adding IDs to main via RNAPhilipp Oeser
2021-01-08GPU: Mark AMD Polaris 20.11+ drivers with limited support.Jeroen Bakker
2021-01-08Use the term "N-gon" instead of "Polygon" for triangulation methodPhilipp Oeser
2021-01-08Cloth: completely exclude fully pinned triangles from collision.Alexander Gavrilov
2021-01-08Surface Deform: the Strength setting is not bind-specific.Alexander Gavrilov
2021-01-08Surface Deform: optimize memory allocation in the evaluation code.Alexander Gavrilov
2021-01-08GPU: Enable HQ normal work around on Linux.Jeroen Bakker
2021-01-08VSE: Hide cache settings and adjust defaultsRichard Antalik
2021-01-08Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2021-01-08Fix file-handle leak when parsing xdg user directoriesCampbell Barton
2021-01-08Fix T83868: Disabled or inactive list items are not grayed outHans Goudey
2021-01-07PyAPI Docs: Terminal instructions for Windows incorrectAaron Carlisle
2021-01-07Cleanup: Declare variables where initializedHans Goudey
2021-01-07Cycles: Increase instance limit for OptiX acceleration structure buildingPatrick Mours
2021-01-07Surface Deform: optimize handling of the vertex group weight.Alexander Gavrilov
2021-01-07UI: Use Eyedropper Cursor with Sample Weight ToolJuanfran Matheu
2021-01-07UI: Show Weight Value with Sample Weight ToolJuanfran Matheu
2021-01-07Fix T84326: No ID for geometry nodes instances after scatteringHans Goudey
2021-01-07UndoSystem: Early out from core undo/redo handlers when undo step is NULL.Bastien Montagne
2021-01-07Cleanup: Undo system: minor simplification in non-debug code.Bastien Montagne
2021-01-07Fix T84469: Online manual raises an exception with key-map optionsCampbell Barton
2021-01-07Fix T84142: crash when mirroring hair emitted from verticesJacques Lucke
2021-01-07Fix T83497: missing relations update when group node changesJacques Lucke
2021-01-07RNA: document Python instancing for ID's and RNA typesCampbell Barton
2021-01-07Outliner: use the scene ID for ObjectBase PointerRNACampbell Barton
2021-01-07UI: Fix various issues with UI textYevgeny Makarov
2021-01-07Fix memory leak duplicating a scene with "Copy Settings"Campbell Barton
2021-01-07PyAPI: don't raise & clear exceptions when setting context membersCampbell Barton
2021-01-07Fix BKE_blender_atexit_unregister error removing from linked listCampbell Barton
2021-01-07PyAPI Docs: Link to user docs instead of describing in API docAaron Carlisle
2021-01-07PyAPI Docs: Update Indirect Data Access docsAaron Carlisle
2021-01-07PyAPI Docs: Fix wrong modifier path usageAaron Carlisle
2021-01-07PyAPI Docs: Clarify quick start guide tipsAaron Carlisle
2021-01-07Fix T84416: Vertex color baking checks for UVMapPhilipp Oeser
2021-01-06UI: Use the 3D cursor icon for the RNA structHans Goudey
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Fix T84420: Linking regular materials to gpencilFalk David
2021-01-06Fix T84202: Sculpt lasso mask crash after remesh.Bastien Montagne
2021-01-06Undo: Further tweak/fixes the 'use context' flag of undo types.Bastien Montagne