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-11-11Fix T100969: Memory leak GPU subdivision during rendering.Jeroen Bakker
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-04Fix missing call to AttributeWriter::finish with paint vertex selectionCampbell Barton
2022-11-04Fix T101686: WPaint + Pose select fails with GPU depth-picking disabledCampbell Barton
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-25Fix T101933: pick deselecting bones in empty space deactivates armaturePhilipp Oeser
2022-10-21Fix T66713: Walk mode doesn't take scene unit scale into accountCampbell Barton
2022-10-19Fix T99997: Calling teleport without waiting for the previous event disables ...Pratik Borhade
2022-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-14Cleanup: simplify calculation of NDOF pan/zoom in 2D viewsCampbell Barton
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Fix T100953: Zooming with NDOF is inverted in the camera viewCampbell Barton
2022-10-07Cleanup: remove redundant 'using'Campbell Barton
2022-10-073D View: depth sort candidates in the selection menuCampbell Barton
2022-10-06DRW: fix use of potentially uninitialized variableGermano Cavalcante
2022-10-063D View: use float for ED_view3d_project_base & minor changesCampbell Barton
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: remove 2D region-relative coordinates from BaseCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-10-02Cleanup: Move more files using mesh runtime data to C++Hans Goudey
2022-09-30Fix T101347: Curve draw fails to project to cursor depth in ortho viewsCampbell Barton
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-30Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-09-29Cleanup: Address format-security warningSergey Sharybin
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Cleanup: decentralize .blend I/O for space typesKévin Dietrich
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-27View3D: move view3d_draw.c to c++Jacques Lucke
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24BLF: Refactor of DPIHarley Acheson
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23View3d: move space_view3d.c to c++Jacques Lucke
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton