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-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-02-03Fix T94435: remove anonymous attributes when applying modifierJacques Lucke
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-09Fix T91923: Save/Apply as Shape Key ignores shape keysCampbell Barton
2021-10-03Cleanup: clang-formatCampbell Barton
2021-09-29Fix T88954: Rearranging of modifiers for linked objects no longer works.Bastien Montagne
2021-09-17Geometry Nodes: Add a toggle to use attributes as input valuesHans Goudey
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: clang-formatCampbell Barton
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-20Materials: support materials when applying modifierJacques Lucke
2021-05-11Cleanup: remove unused baking struct members from soft-bodyCampbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Revert "Fix crash running constraint, modifier, fx from missing NULL check"Campbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix crash running constraint, modifier, fx from missing NULL checkCampbell Barton
2021-04-27Cleanup: Make function staticHans Goudey
2021-04-27Fix T87401: Drop-down can apply the wrong modifierHans Goudey
2021-04-19Fix T87392: Copy modifier to selected does not do anythingHans Goudey
2021-03-30Cleanup: Improve commentHans Goudey
2021-03-30UI: Bring back hover shortcuts for mesh modifiersHans Goudey
2021-02-17Fix T85716: "Applied Modifier:" report hides more important messageHans Goudey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-09Fix build error after last commitHans Goudey
2021-01-09Cleanup: Use bool instead of intHans Goudey
2021-01-05Cleanup: clang tidyJacques Lucke
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-08LibOverride: Refactor collection items 'local' helper functions.Bastien Montagne
2020-12-07LibOverride: Abstract a bit handling of local items of RNA collections.Bastien Montagne
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-12Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-12Fix T82624: Skin modifiers root bone cannot be movedPhilipp Oeser
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-27Cleanup: improve comment about shape keys, correct spellingCampbell Barton
2020-10-27Modifier: apply modifier now works for latticeErik Abrahamsson
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-09Cleanup: Declare variables where initializedHans Goudey
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-20Fix T80945: Build modifier not updating after outliner copyNathan Craddock
2020-09-16Modifiers: Add link and copy functionsNathan Craddock