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-09-01UI: Select regions of text and toggle its stylesoc-2022-text-usabilityYash Dabhade
2022-08-18UI: Select regions of text and toggle its styleYash Dabhade
2022-08-17Initial CommitYash Dabhade
2022-06-20Fix T98913: GPU Subdivision: "Show Wire" overlay glitchKévin Dietrich
2022-06-20Cleanup: Add description of more mask editing poll functionsSergey Sharybin
2022-06-20Refactor: De-duplicate mask operator poll functionsSergey Sharybin
2022-06-19STL: Fix missing space in C++ .stl importer info outputIyad Ahmed
2022-06-19Fix T98874: new obj importer missing an option to import vertex groupsAras Pranckevicius
2022-06-19Fix T97820: new OBJ importer wrongly producing "sharp" edges in some casesAras Pranckevicius
2022-06-19BLI: avoid unnecessary allocation when converting virtual arrayJacques Lucke
2022-06-19Functions: speedup multi-function procedure executorJacques Lucke
2022-06-18Constraints: handle the custom target at the constraint level.Alexander Gavrilov
2022-06-18Geometry Nodes: speedup Separate XYZ nodeJacques Lucke
2022-06-18Cleanup: Remove unused argument, unnecessary struct keywordHans Goudey
2022-06-18Fix: curves have incorrect resolution attribute after realizing instancesJacques Lucke
2022-06-18Cleanup: Always store attribute name in attribute requestHans Goudey
2022-06-18Cleanup: Remove unnecessary switch statementHans Goudey
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-17Cleanup: Compiler Warning of Sign Conversion #2Ray Molenkamp
2022-06-17Cleanup: Compiler Warning of Sign ConversionHarley Acheson
2022-06-17USD: speed up large USD imports by not rebuilding material name map for each ...Aras Pranckevicius
2022-06-17IO: speed up large Alembic & USD imports by doing fewer collection syncsAras Pranckevicius
2022-06-17Fix T93446: search box active result does not reset when typingPatrick Huang
2022-06-17BLF: Fallback Font StackHarley Acheson
2022-06-17Cleanup: compiler warningsBrecht Van Lommel
2022-06-17Cleanup: deduplicate generating transform matrices in curves brushesJacques Lucke
2022-06-17Cleanup: simplify Add Curves brushJacques Lucke
2022-06-17Curves: refactor Add brushJacques Lucke
2022-06-17Cleanup: Simplify syntax in curves draw cache fileHans Goudey
2022-06-17LibOverride: Handle dependencies in both directions in partial override cases.Bastien Montagne
2022-06-17BKE_main: Relations: Add `TO`/`FROM` variants of processed flags.Bastien Montagne
2022-06-17Geometry Nodes: new Volume Cube nodeChris Clyne
2022-06-17Geometry Nodes: tweak Volume to Mesh threshold declarationJacques Lucke
2022-06-17Fix crash invoking layer add/remove operators without maskSergey Sharybin
2022-06-17Cleanup: Remove redundant doxygen sectionHans Goudey
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-17Cleanup: remove redundant string formattingCampbell Barton
2022-06-17Cleanup: remove `r_` prefix for non-return valuesCampbell Barton
2022-06-17Fix T98663: Eevee compilation error cryptomatte shaders.Jeroen Bakker
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-06-17Cleanup: unused variable warningCampbell Barton
2022-06-16Geometry Nodes: add 'Intersecting Edges' output for boolean nodePhilipp Oeser
2022-06-16UI: Add file browser operator to edit directory fieldDamien Picard
2022-06-16Cleanup: Use const in File Browser filtering operatorJulian Eisel
2022-06-16UI: Add initial "grid view"Julian Eisel
2022-06-16Cleanup: Spelling in commentSergey Sharybin
2022-06-16Cleanup: use proper variable nameSergey Sharybin
2022-06-16Fix T98796: avoid unnecessary mesh copyJacques Lucke
2022-06-16LineArt: Variable name cleanups.Yiming Wu