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-03-23Fix outliner/selection updates when selecting in the 3D viewCampbell Barton
2022-03-23Cleanup: various improvements to ed_object_select_pickCampbell Barton
2022-03-23Cleanup: spelling in commentsCampbell Barton
2022-03-22Fix minor error in last commit (4b35d6)Germano Cavalcante
2022-03-22Fix T96711: snap in edit mode for selected objects does not workGermano Cavalcante
2022-03-22Fix T96705: Crash when pressing F3 outside a Blender window if Developer extrasJulian Eisel
2022-03-22Tiny visual fixes/tweaks for new library override buttons in OutlinerJulian Eisel
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Fix T96624: NLA crash when reordering tracks if no object is selected.Pratik Borhade
2022-03-22Cleanup: remove unused code from ed_object_select_pickCampbell Barton
2022-03-22Cleanup: refactor 3D view selection picking to early exit for menusCampbell Barton
2022-03-22Cleanup: de-duplicate object-mode locking when selectingCampbell Barton
2022-03-22Fix pose-selection from menu not activating the objectCampbell Barton
2022-03-22Fix T96663: Selecting a pose-bone doesn't activate the objectCampbell Barton
2022-03-22Fix pose-bone menu selecting before activating the menuCampbell Barton
2022-03-22Cleanup: variable names for menu selectionCampbell Barton
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-21Curves: new Add brushJacques Lucke
2022-03-21UI: Use title case for labelsHans Goudey
2022-03-21Cleanup: move render image and multilayer EXR write code to image_save.ccBrecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-21Fix T96255: Node socket fails to dragCampbell Barton
2022-03-20Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-19Make Format ChangesHarley Acheson
2022-03-19Fix T95257: Filter files on "name" and "relpath"Harley Acheson
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-19Revert "Compositor: Support backdrop offset for the Viewer node"Brecht Van Lommel
2022-03-18Cleanup: Move object_transform.c to C++Hans Goudey
2022-03-18Animation: Blend To Default ImplementationChristoph Lendenfeld
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Cleanup: Remove unused functionSergey Sharybin
2022-03-18Fix resizing nodes not respecting the drag-startCampbell Barton
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-03-17Fix keying-set selector brokenJulian Eisel
2022-03-17BLI: add probabilistic rounding utilityJacques Lucke
2022-03-17Hair: Sculpt Mode IconsDalai Felinto
2022-03-17Curves: separate sculpt brushes into separate filesJacques Lucke
2022-03-17View 3D: scale object center selection penalty by the pixel sizeCampbell Barton
2022-03-17Fix unintended de-selection when selecting the object centerCampbell Barton
2022-03-17View 3D: the select operator now uses the cancel flag on failureCampbell Barton
2022-03-17View 3D: multi-object pose selection no longer de-selects objectsCampbell Barton
2022-03-17Cleanup: simplify logic for skipping object selectionCampbell Barton
2022-03-17Cleanup: minor clarifications to comments & use const variablesCampbell Barton
2022-03-17Fix 3D view movie-clip track selectionCampbell Barton
2022-03-17Cleanup: split movie clip track selection into it's own functionCampbell Barton
2022-03-17View 3D: support for select passthrough when picking selected itemsCampbell Barton
2022-03-17Cleanup: spelling in commentsCampbell Barton
2022-03-17Compositor: Support backdrop offset for the Viewer nodeHabib Gahbiche