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
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-07-24Weld Modifier: add "loose_edges" optionFredrik Hansson
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-09Cleanup: use common 'MOD_WELD_MODE_' prefixCampbell Barton
2020-12-09Modifier: Add "Connected" mode to the weld modifierHenrik Dick
2020-10-13Fix T81467: Crash with KD-Tree Weld ModifierGermano Cavalcante
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-25Fix Tests for Weld Modifier with KD-TreeHenrik Dick
2020-09-25Cleanup: silence [-Wshadow] warningsGermano Cavalcante
2020-09-25Weld Modifier: Disable the KD Tree solutionGermano Cavalcante
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-24Weld Modifier: Use KD Tree in detecting the geometry to be weldedHenrik Dick
2020-09-21Weld Modifier: Performance improvementHenrik Dick
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-15Revert "Cleanup: simplify Weld Modifier logic"Germano Cavalcante
2020-07-14Cleanup: simplify Weld Modifier logicGermano Cavalcante
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-04-03fix (unreported): Weld Modifier: possible use of uninitialized variableGermano Cavalcante
2020-04-01Fix customdata interpolation being done multiple times in Weld ModifierGermano Cavalcante
2020-04-01Fix T74588: Weld Modifier: Vertex colors and UVs get incorrect valuesGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-03Fix T74377: Weld Modifier destroys vertex groupsGermano Cavalcante
2020-02-12Modifiers: Weld Modifier - simplify invert_vgroup codemano-wii
2020-02-12Modifiers: Weld Modifier add invert vgroup optionCody Winchester
2020-02-11Cleanup: extra semicolons, comma use, undeclared varsCampbell Barton
2020-01-18Weld Modifier: Reduce size of the leaf nodes to halfmano-wii
2019-12-30Fix T72792: Crash with Vertex Groups + Weld Modifier after generative modifiersmano-wii
2019-12-14Fix T72412: Weld Modifier: Merged edges not displayed in wireframemano-wii
2019-12-12Cleanup: Rename variables (_tot -> _len)mano-wii
2019-12-12Fix T72380: New Weld Modifier is crashing when used after a Vertex Weight Mod...mano-wii
2019-12-12Modifier: New Weld Modifiermano-wii