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-09Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-09Fix T101906: Modifier apply not working if target object is in excluded colle...Sergey Sharybin
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-10-16Sculpt: Fix T101864: Mask initialization not updating multires dataJoseph Eagar
2022-10-13UI: Fix wrong error message when trying to apply modifierPablo Vazquez
2022-10-13Point Cloud: Support applying modifiersHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-06Cleanup: Remove unnecessary MOD_nodes.h includesHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
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-13Fix T100980: Missing deg update when duplicating a geometry nodetree in node ...Bastien Montagne
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-28Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-28Fix crashes running operators in invalid contextsCampbell Barton
2022-08-17Metaball: Evaluate metaball objects as mesh componentsHans Goudey
2022-08-15Fix T100394: Regression: Duplicating a modifier causes a crashSergey Sharybin
2022-07-21Curves: fix applying materials when applying modifierJacques Lucke
2022-07-21Fix T99678: Crash applying non-existent modifiersCampbell Barton
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-05-31Merge branch 'blender-v3.2-release'Hans Goudey
2022-05-31Fix T98403: Crash applying modifiers on non-mesh objectsHans Goudey
2022-05-31Cleanup: remove UV handling from OBJECT_OT_modifier_convertCampbell Barton
2022-05-31Cleanup: rename ED_object_modifier_convert to make it's use clearerCampbell Barton
2022-05-23Fix T98316: geometry nodes stop updating after duplicationJacques Lucke
2022-05-23Fix T98316: geometry nodes stop updating after duplicationJacques Lucke
2022-05-06Fix T97758: Applying modifiers bakes shape-keysCampbell Barton
2022-05-05Workaround T81065: Merge UV's when applying modifiersCampbell Barton
2022-04-26Curves: Support applying geometry nodes modifierHans Goudey
2022-04-26Cleanup: Move anonymous attribute removal to geometry componentHans Goudey
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-18Cleanup: Move object_modifier.c to C++Hans Goudey