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-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-19Cycles: experimental integration of Alembic procedural in viewport renderingKévin Dietrich
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-13Fix modifier deform by armature check ignoring virtual modifiersCampbell Barton
2021-05-07Fix inconsistency setting particle edit-modeCampbell Barton
2021-02-17Cleanup: pass scene as constCampbell Barton
2021-01-04Fix crash reading files with unknown modifier ID'sCampbell Barton
2020-12-15Cleanup: doxy comments (use colon after parameter name)Campbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-08Cleanup: LibOverride: Forgot to update comments in previous commit.Bastien Montagne
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-11-06Refactor: move modifier .blend I/O to blenkernelJacques Lucke
2020-10-30Cleanup: Use an enum to set instanced panel expansionHans Goudey
2020-10-28Outliner: Properties editor sync on selectionNathan Craddock
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-09Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-09-03Fix T63125: Gpencil: bones cannot be selected in weightpaint modePhilipp Oeser
2020-08-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-25Cleanup: spellingCampbell Barton
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-25Cleanup: typoJacques Lucke
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-19Cleanup: fix typos in commentsBrecht Van Lommel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-17Cleanup: clang-formatCampbell Barton
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-11-26Made ob param of `modifiers_getVirtualModifierList` constSybren A. Stüvel
2019-11-26Clarified comment about `modifiers_getVirtualModifierList()`Sybren A. Stüvel
2019-10-03Sculpt: Disable remesh operators with MultiresPablo Dobarro
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-18Revert "Fix T66949: Can't select bones from multiple objects in wpaint mode"Campbell Barton
2019-07-17Fix T66949: Can't select bones from multiple objects in wpaint modeCampbell Barton
2019-07-10Fix T66630 X-Ray + Subdivision surface Face select problemClément Foucault