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-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-26Cleanup: replace in-line swapping with SWAP macroCampbell Barton
2022-04-26Cleanup: remove NULL check and outdated commentCampbell Barton
2022-04-26Cleanup: names in text functionsCampbell Barton
2022-04-26PyAPI: support persistent handlers for class & static methodsCampbell Barton
2022-04-26Fix bone "auto-name by axis" failure to clip long namesCampbell Barton
2022-04-26Fix string escaping in override versioning and modifier renamingCampbell Barton
2022-04-26Cleanup: unused return value warningCampbell Barton
2022-04-26Cleanup: simplify text copying string operationsCampbell Barton
2022-04-26Fix: Correctly copy and update curve type counts cacheHans Goudey
2022-04-26Fix T97595: Modifier attribute output broken for vertex groupsHans Goudey
2022-04-26Cleanup: Remove redundant vertex normal dirty tagsHans Goudey
2022-04-25Vertex Paint: Fix brush color spaceJoseph Eagar
2022-04-25Cleanup: remove unused function parameterJoseph Eagar
2022-04-25Fix T81452: Incorrect trim lasso radiusJoseph Eagar
2022-04-25Mesh: Make vertex normal property read-onlyHans Goudey
2022-04-25Fix: Incorrect implicit enum conversionHans Goudey
2022-04-25Geometry Nodes: Add "Named" to "Remove Attribute" node nameHans Goudey
2022-04-25Fix T97597: vertex paint initialization wasJoseph Eagar
2022-04-25Fix T97553: SCULPT_handles_colors_report called for non-sculpt brushesJoseph Eagar
2022-04-25Sculpt: Remove hardcoded setting ofJoseph Eagar
2022-04-25Fix T97423: Make mask filter less confusingJoseph Eagar
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-25Cleanup: Use const for smoot scrolling functionJulian Eisel
2022-04-25Transform Snap Refactor: dedicate ghash to different SnapData typesGermano Cavalcante
2022-04-25Cleanup: Turn some 'eTFlag' into macrosGermano Cavalcante
2022-04-25Fix T97401: Snap options ignored for Nurbs surfacesGermano Cavalcante
2022-04-25Nodes: show overlays in node editor even when nodes are collapsedJacques Lucke
2022-04-25Geometry Nodes: improve attribute dependency overlayJacques Lucke
2022-04-25Geometry Nodes: show timing overlay above attributes overlayJacques Lucke
2022-04-25Fix: use natural string sorting for attribute namesJacques Lucke
2022-04-25Cleanup: fix unused variable warning in `paint_vertex.cc`Sybren A. Stüvel
2022-04-25Geometry Nodes: improve ui when trying to remove built-in attributesJacques Lucke
2022-04-25Fix T96925: Fast diagonal movement in walk navigationPratik Borhade
2022-04-25Fix build error on Linux + Clang 10 after recent changes to BLI_anyBrecht Van Lommel
2022-04-25Fix memory leak in cryptomatteSergey Sharybin
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-25Cleanup: spelling in commentsCampbell Barton
2022-04-25Cleanup: add missing doxy sections in customdataCampbell Barton
2022-04-25VSE: Update first thumbnail when moving handleRichard Antalik
2022-04-24Cleanup: remove special cases for getting internal span or singleJacques Lucke
2022-04-24BLI: prioritize detecting single values higher than detecting spansJacques Lucke
2022-04-24Cleanup: various minor changesCampbell Barton
2022-04-24Cleanup: clang-formatCampbell Barton
2022-04-23Fix a failing bmesh_bevel test by fixing buffer overflow.Howard Trickey
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-04-22Cleanup: Clang tidy, unused variable warningsHans Goudey
2022-04-22Cleanup: Remove unused variables, adjust commentsHans Goudey
2022-04-22LibOverride: Add hierarchy creation from IDTemplate UI widget.Bastien Montagne
2022-04-22Fix: Build error on macOS after previous commitHans Goudey