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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-09Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-09Fix T100883: crash with particle instancing and clumpingBrecht Van Lommel
2022-11-08Geometry Nodes: Fix alignment of exposed properties in the modifierLeon Schittek
2022-11-08Geometry Nodes: Fix alignment of exposed properties in the modifierLeon Schittek
2022-11-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Cleanup: format, remove commented code & unused variableCampbell Barton
2022-11-07Merge branch 'blender-v3.4-release'Philipp Oeser
2022-11-07Fix Curves Smooth modifier appears to be able to act on control pointsPhilipp Oeser
2022-11-06Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-06Fix T102153: crash when muting node group with active viewerJacques Lucke
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
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-14Merge branch 'master' into refactor-mesh-position-genericHans Goudey
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-08Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Cleanup: use function style casts for C++Campbell Barton
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: Move eight modifier files to C++Hans Goudey
2022-10-05Cleanup: make formatBrecht Van Lommel
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-05I18n: disambiguate a few messagesDamien Picard
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-10-03Cleanup: use function style casts for C++Campbell Barton
2022-10-02Cleanup: Move three modifier files to C++Hans Goudey
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-30Cleanup: Move modifier.c to C++Hans Goudey
2022-09-30Fix T101118, T101471: Crash with bevel weight in solidify modifierHans Goudey
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-27Scew Modifier: Remove eager normal calculationHans Goudey
2022-09-26Fix crash in Solidify modifier with Inner CreaseSergey Sharybin
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell 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: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: use ELEM macroCampbell Barton