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-11-11Cleanup: spelling in commentsCampbell Barton
2021-11-11Cleanup: Move interface_region_search.c to C++Hans Goudey
2021-11-10Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-10Cleanup: Use bool instead of intHans Goudey
2021-11-10Merge branch 'blender-v3.0-release'Campbell Barton
2021-11-09Fix: Incorrect assert in dot grid drawingHans Goudey
2021-11-09Cleanup: spelling, C style commentsCampbell Barton
2021-11-08Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-08Fix performance issues with pose library sidebar and many posesJulian Eisel
2021-11-08Cleanup: quiet compiler warningsCampbell Barton
2021-11-08Cleanup: compiler warningsCampbell Barton
2021-11-06Cleanup: remove window_manager & editor includes from BLFCampbell Barton
2021-11-06Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-06Cleanup: Decrease variable scope, rename functionsHans Goudey
2021-11-06Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-06Fix: Property editor icon jittering in some casesLeon Leno
2021-11-05Cleanup: Use reference for non-optional C++ parameterJulian Eisel
2021-11-05Merge branch 'blender-v3.0-release'Pablo Vazquez
2021-11-05UI: Use arrow icon on context pathsPablo Vazquez
2021-11-05Cleanup (UI): Add/use type for operator context enumJulian Eisel
2021-11-04UI: Fix UIList item using "regular" widget colors while editedPablo Vazquez
2021-11-04Fix T92501: Crash when dragging material assets over 3D View regionsJulian Eisel
2021-11-03UI: Refactor how dragging onto text buttons works, fixing issuesJulian Eisel
2021-11-02Fix lots of missing messages i18n handling in `uiItemL` calls.Bastien Montagne
2021-11-01Fix T91507: Crash when calling context menu from confirmation popupJulian Eisel
2021-10-28Fix: Improve node socket icon scaling group input/output listLeon Leno
2021-10-27UI: Theme refresh for Blender v3.0Pablo Vazquez
2021-10-27Revert "Asset Browser: Ensure parent catalogs are expanded when adding child"Julian Eisel
2021-10-27Asset Browser: Ensure parent catalogs are expanded when adding childJulian Eisel
2021-10-27Fix: Show "new" attribute name typed in nodes modifier input searchHans Goudey
2021-10-27UI: Support dragging tree-view itemsJulian Eisel
2021-10-27UI: Add padding to the left of tree-rows labels without iconJulian Eisel
2021-10-27Fix T92427: Adding new nodes does no edge-panningPhilipp Oeser
2021-10-27Fix T92494: Node Editor dot grid not respecting display resolution scalePhilipp Oeser
2021-10-27Docs: add docstring for wmWindowManger.winactiveCampbell Barton
2021-10-26UI: Support disabled-hint for dropping in the tree-view APIJulian Eisel
2021-10-26UI: Improve node editor breadcrumbs displayHans Goudey
2021-10-26UI: Use text highlight theme color for active tabPablo Vazquez
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-26UI: Change node editor grid into a dot gridHans Goudey
2021-10-26Cleanup: Clang formatAaron Carlisle
2021-10-25Cleanup: Remove unused functions, make functions staticHans Goudey
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-25Fix T92361: Zooming nodes clips text labelsCampbell Barton
2021-10-25Fix T92293: Clipped labels for graph editor modifiersCampbell Barton
2021-10-25Cleanup: clang-tidy, spellingCampbell Barton
2021-10-25UI: Refactor dropping support for the tree-view APIJulian Eisel
2021-10-23Cleanup: Remove unused functionHans Goudey
2021-10-22Fix panel pinning showing for instanced panels (e.g. FCurve modifiers)Philipp Oeser