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-01-11Collision: allow disabling collision without removing the modifier.Alexander Gavrilov
2021-01-11ID Creation: generate `session_uuid` in more cases.Bastien Montagne
2021-01-11Fix Embedded IDs creation bypassing ID management completely.Bastien Montagne
2021-01-11Fix missing IDType init in ViewLayer tests.Bastien Montagne
2021-01-10Fix T83777: Crash when enabling guidesSebastián Barschkis
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-08Scenes: forbid deleting last local sceneJacques Lucke
2021-01-08Cloth: completely exclude fully pinned triangles from collision.Alexander Gavrilov
2021-01-08VSE: Hide cache settings and adjust defaultsRichard Antalik
2021-01-07Fix T84326: No ID for geometry nodes instances after scatteringHans Goudey
2021-01-07UndoSystem: Early out from core undo/redo handlers when undo step is NULL.Bastien Montagne
2021-01-07Cleanup: Undo system: minor simplification in non-debug code.Bastien Montagne
2021-01-07Fix memory leak duplicating a scene with "Copy Settings"Campbell Barton
2021-01-07Fix BKE_blender_atexit_unregister error removing from linked listCampbell Barton
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06Fix T84202: Sculpt lasso mask crash after remesh.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-05Fix T79146: Sculpt Mode lags until the entire mesh is visiblePablo Dobarro
2021-01-05Cleanup: UndoType: use `size_t` for memory size of structs.Bastien Montagne
2021-01-05Cleanup: clang tidyJacques Lucke
2021-01-05Fix: tried to set error message on modifier that does not existJacques Lucke
2021-01-05Fix T83282: division by zero when creating psys tasksJacques Lucke
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2021-01-05Fix T84364: Sculpt symmetrize fails with shape keysCampbell Barton
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2021-01-05Fix T84382: Geometry Nodes: Vertex group attributes are removedHans Goudey
2021-01-04Fix T83876: blender crashes when baking particles + smoke simJacques Lucke
2021-01-04Fix mistake in rBef90a8e12caf in data transfer code.Bastien Montagne
2021-01-04Fix crash reading files with unknown modifier ID'sCampbell Barton
2021-01-04Fix early exit check in BKE_appdir_app_template_has_userprefCampbell Barton
2021-01-04Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41Campbell Barton
2021-01-04Cleanup: redundant code, minor inconsistenciesCampbell Barton
2021-01-04Cleanup: use ARRAY_SIZE when when looping over the array indiciesCampbell Barton
2021-01-04Cleanup: remove self-assignmentCampbell Barton
2021-01-04Cleanup: sort cmake file listsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2021-01-04Cleanup: rename get_brush_icon, make it a static functionCampbell Barton
2021-01-04Cleanup: use const casts in DerivedMesh.ccCampbell Barton
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-28Tweak comment regarding Sculpt mode undo issues in object update code.Bastien Montagne
2020-12-28Cleanup: Typo: `overriden` -> `overridden`.Bastien Montagne
2020-12-28Cleanup: Declare variables where initializedHans Goudey
2020-12-28UI: List library overrides in the OutlinerJulian Eisel
2020-12-23Geometry Nodes: new Rotate Points nodeJacques Lucke
2020-12-23Workaround T84084: Assert/crash when undoing from Sculpt mode to Object one.Bastien Montagne
2020-12-23Fix T84002: Sculpt: Masking operations crash if multires is in play.Bastien Montagne
2020-12-23Fluid: Added new viscosity solverSebastián Barschkis
2020-12-22Cleanup: Reduce variable scope in object.cHans Goudey
2020-12-22RNA: make `bpy.data.orphans_purge()` return number of deleted datablocksSybren A. Stüvel