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
path: root/source
AgeCommit message (Expand)Author
2022-06-28Cleanup: fix various typosluzpaz
2022-06-28Fix: sampling points on mesh surface generates too many pointsJacques Lucke
2022-06-28BLI: add kdtree range search method that accepts c++ lambdaJacques Lucke
2022-06-28Mask editor: Always use smooth drawingSergey Sharybin
2022-06-28Cleanup: Remove redundant theme versioning codeJulian Eisel
2022-06-28Fix T98799: camera unselectable in camera view below a certain scalePhilipp Oeser
2022-06-28Fix textview selection rendering in front of textRed Mser
2022-06-28Cleanup: compiler warnings, remove unused functionsCampbell Barton
2022-06-28Fix T99156: UV parameterizer respects both Pins and SeamsChris Blackbourn
2022-06-28Fix T96776: Assets dropped upside down when looking through cameraGermano Cavalcante
2022-06-27Fix T99216: RNA startdisp and enddisp return unreliable valuesRichard Antalik
2022-06-27Fix error in previous commit - missed includeRichard Antalik
2022-06-27Fix meta strip has incorrect range when createdRichard Antalik
2022-06-27Fix T84369: Fluid: Missing cache invalidation when properties on non-domain o...Germano Cavalcante
2022-06-27Sculpt: Fix backwards normals in PBVH_GRIDS raycastingJoseph Eagar
2022-06-27BLI: Math: Add ceil_to_multiple_u()Clément Foucault
2022-06-27VSE: Add API function to select displayed meta stripFélix
2022-06-27FFmpeg: Add VFR media supportRichard Antalik
2022-06-27File Browser UI: Use "Widget" font style instead of "Widget Label"Julian Eisel
2022-06-27Fix T98055: Library Filters do not work in Source FilesSonny Campbell
2022-06-27UI: Scrollbar Behavior ChangesHarley Acheson
2022-06-27Fix T99070: Apply transform fails to clear delta transform valuesPratik Borhade
2022-06-27Cleanup: Use assert instead of early exit for asset dragging internalsJulian Eisel
2022-06-27Revert 6de0f299505a: BLF: Support for Variable FontsHarley Acheson
2022-06-27BLF: Add Support for Variable FontsHarley Acheson
2022-06-27Fix T99171: Crash in mesh vertices positions RNA update functionHans Goudey
2022-06-27Cleanup: remove redundant RNA_struct_property_is_set checkCampbell Barton
2022-06-27Cleanup: DRW: Remove drw_view renaming MACROSClément Foucault
2022-06-27Fix color attribute interpolation with GPU subdivisionKévin Dietrich
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27Cleanup: formatCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-27Cleanup: remove redundant has key checksCampbell Barton
2022-06-27Fix T98673: Color attribute fill API didn't support editmodeJoseph Eagar
2022-06-27Fix T99100: Undo/redo bugs with paint and gravityJoseph Eagar
2022-06-27Cleanup (UV): Remove unused variable do_aspectChris Blackbourn
2022-06-27Fix T99182: Hard code screen_scale for circle drawing in 3DChris Blackbourn
2022-06-26Curves: Port string to curves node to the new data-blockHans Goudey
2022-06-26Cleanup: Clang tidyHans Goudey
2022-06-25Functions: improve span buffer reuse in procedure executionJacques Lucke
2022-06-25BLI: improve support for trivial virtual arraysJacques Lucke
2022-06-25Fix: crash when converting zero legacy curvesJacques Lucke
2022-06-25Functions: avoid using Map for small valuesJacques Lucke
2022-06-25Geometry Nodes: Field on Domain NodeHans Goudey
2022-06-25Curves: Skip CurveEval in legacy curve conversionHans Goudey
2022-06-25Cleanup: add missing overrideJacques Lucke
2022-06-25BLI: improve check for common virtual array implementationsJacques Lucke
2022-06-25Geometry Nodes: Add Points NodeJohnny Matthews
2022-06-25Fix T98949: Deleting vertex group in geometry nodes affects othersHans Goudey