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-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-16Asset Browser: For assets without preview, show type icon in sidebarJulian Eisel
2020-12-16Assets: Add operator & button to regenerate the automatic previewJulian Eisel
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Fix various issues with temporary, maximized File BrowsersJulian Eisel
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-12-15Asset System: Support dragging assets and appending on dropJulian Eisel
2020-12-15Asset System: "Mark Asset" & "Clear Asset" operators and UI integrationJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-14UI/Assets: Support generating object preview imagesJulian Eisel
2020-12-14UI/Assets: Operator to load custom preview images for data-blocksJulian Eisel
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov
2020-12-06UI: 'About Blender' with Full LogoYevgeny Makarov
2020-12-04Cleanup: Use typedef for button string info typeHans Goudey
2020-12-02UI: Add new node colors for geometry nodesHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-20Add Object Tool: support placing objects in orthographic axis viewsCampbell Barton
2020-11-20Cleanup: remove unused off-screen drawing structCampbell Barton
2020-11-20Cleanup: rename do_sky argument to draw_backgroundCampbell Barton
2020-11-20Cleanup: remove unused perspective argument to off-screen drawingCampbell Barton
2020-11-19Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-19Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-18GPencil: Automerge last drawn stroke with previous strokesAntonio Vazquez
2020-11-18Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-18Fix grease pencil draw mode icon color in outlinerNathan Craddock
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-16Cleanup: clang-formatCampbell Barton
2020-11-13GPencil: Merge GSoC curve edit modeFalk David
2020-11-13GPencil: Remove ID from operators to fix T82597Antonio Vazquez
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-11-12Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-12Fix T82093: Sampled Colors Mismatch When Painting (Partial)Jeroen Bakker
2020-11-07View3D: take clipping into account for Frame AllCampbell Barton
2020-11-06Cleanup: transform.h comments, use doxy sectionsCampbell Barton
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-05Cleanup: Use const for function argumentsHans Goudey
2020-11-05Cleanup: Make panel function staticHans Goudey
2020-11-03Fix possible use-after-free when closing Blender with File Browser openJulian Eisel
2020-11-02Fix T77819: Snap Incremental does not match grid in all casesGermano Cavalcante
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-10-30Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-30Text: support "Text to 3D Object" for read-only dataCampbell Barton
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
2020-10-20UV/Image: Remove Legacy DrawingJeroen Bakker