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
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Volumes: new Volume Displace modifierJacques Lucke
2020-10-05Fix T80897: Complex solidify crash when special ngons are mergedHenrik Dick
2020-10-05Fix T80893: Complex solidify special case with singularityHenrik Dick
2020-10-05Fix T80895: Complex solidify compare edges by contentHenrik Dick
2020-10-05Modifiers: Use vertex group options for complex solidify flat facesHenrik Dick
2020-10-05Fix T80269: Match material offset in solidify modesHenrik Dick
2020-10-05Revert "Volumes: make Mesh to Volume modifier independent of object transforms"Brecht Van Lommel
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-02Volumes: make Mesh to Volume modifier independent of object transformsJacques Lucke
2020-10-01Cleanup: Use DNA defaults for cloth modifierHans Goudey
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Fix subdivision surface wrong for non-limit surface and subdivision level 1Brecht Van Lommel
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-10-01Cleanup: Remove unused variableHans Goudey
2020-10-01Fix: Mesh to Volume modifier crashes when object is in edit modeJacques Lucke
2020-10-01Fix some inactive modifier properties not being editableBrecht Van Lommel
2020-09-30Subdivision Surfaces: add boundary smooth option to modifiersPiotr Ostrowski
2020-09-30Subdivision Surfaces: add option disable using the limit surfacePiotr Ostrowski
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: use 'use_' prefix for RNA booleansCampbell Barton
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-29Fix T71981: Alembic vertex interpolation can jumble meshSybren A. Stüvel
2020-09-29Volumes: new Mesh to Volume modifierJacques Lucke
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-24Fix (unreported) memory leak in Extrude mode of the Solidify modifier.Bastien Montagne
2020-09-24Weld Modifier: Use KD Tree in detecting the geometry to be weldedHenrik Dick
2020-09-24Fix: add radius attribute in simulation modifierJacques Lucke
2020-09-22Fix T80996: Weight Proximity modifier: crash going to editmode on aPhilipp Oeser
2020-09-21Weld Modifier: Performance improvementHenrik Dick
2020-09-20Sanitize type 'size' parameters in our read/write file codeBastien Montagne
2020-09-20Fix invert vertex group weight miscalculation for modifiersCody Winchester
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-09-12Cleanup: Remove GLEW dependencies outside of GL moduleClément Foucault
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Fix T80516: Hook modifier crashes without vertex group dataCampbell Barton
2020-09-10Cleanup: spellingCampbell Barton
2020-09-07Decimate Modifier: Restore vertex group factor property in UIHans Goudey
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-07Fix T77763: Wrong highlight of active grab vertexSergey Sharybin
2020-09-07Multires: Fix memory leak when multires is at level 0Sergey Sharybin
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-03Fix crash running remesh modifier without OpenVDBCampbell Barton
2020-09-03Modifiers: default to exact boolean method ignoring build optionsCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey