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-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
2020-09-16Cleanup: Move notifiers to `move_to_index` functionsNathan Craddock
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-12Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-12LibOverride and modifiers: Add copying of linked modifiers.Bastien Montagne
2020-08-12Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-12Fix part of T79635: Disable by default operation on unknown mod from liboverr...Bastien Montagne
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-03Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-03Fix T78536: Crash calling object.modifier_apply on an emptyPhilipp Oeser
2020-08-03Ocean Modifier: Add viewport resolutionPhil Stopford
2020-07-21Cleanup: CodeQuality: Replace OB_DRAWXRAY by OB_DRAW_IN_FRONTClément Foucault
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-09Fix T78718: Crash when deleting particle system modifier with the X Shortcut.Bastien Montagne
2020-07-08Apply Modifier: support applying as shape key and keeping the modifier.Alexander Gavrilov
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30LibOverride: Fix lots of poll functions for Object operators.Bastien Montagne
2020-06-30UI: Add shortcuts for grease pencil modifier panelsHans Goudey
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-10UI: More specific modifier move to index operator descriptionHans Goudey
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-25Cleanup: typoJacques Lucke
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-04Merge branch 'blender-v2.83-release'Sergey Sharybin