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-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-14Cleanup: Remove unused argument from modifier data mask callbackHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Fix T100578: Surface Deform modifier displays wrong in editmodePhilipp Oeser
2022-08-12Cleanup: remove use_normals arugment to MOD_deform_mesh_eval_getCampbell Barton
2022-08-11Cleanup: remove redundant MEM_SAFE_FREECampbell Barton
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-15Fix overly noisy surface deform warning messageSergey Sharybin
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-06-07Fix T98626: Mesh Deform modifier stops working on a linked collection upon undo.Bastien Montagne
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-16LibOverride: Do not write Surface Deform modifier binding data.Bastien Montagne
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-04Allow surface deform when target mesh increases number of verticesSergey Sharybin
2022-05-04Cleanup: More clear name in surface deform modifierSergey Sharybin
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-03Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-01-30Cleanup: Remove modifier type hair callbackHans Goudey
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-28Surface Deform: fix binding vertex artifacts causing spikes.Alexander Gavrilov
2021-01-08Surface Deform: the Strength setting is not bind-specific.Alexander Gavrilov
2021-01-08Surface Deform: optimize memory allocation in the evaluation code.Alexander Gavrilov
2021-01-07Surface Deform: optimize handling of the vertex group weight.Alexander Gavrilov
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-03Docs: add comments to some surface deform internal structuresCampbell Barton
2020-11-03Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-03Fix T81988: Surface Deform "Bind" causes vertices to spikeCampbell Barton
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov
2020-06-23Refactor: move blenloader code of surface deform modifierJacques Lucke