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-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
2020-12-21Nla Refactor: Better blend function parm namingWayde Moss
2020-12-21Fix/workaround geometry nodes not working with deformation motion blurBrecht Van Lommel
2020-12-19Compositor: New Exposure NodeAaron Carlisle
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-19Cleanup: Remove unused variables from the bNode structHans Goudey
2020-12-18Function Nodes: Input VectorDalai Felinto
2020-12-18Fix T82591: Performance regression when rendering at very high resolutionJeroen Bakker
2020-12-18Cleanup: Various clang tidy warningsHans Goudey
2020-12-17Geometry Nodes: Point separate and attribute compare nodesHans Goudey
2020-12-17Geometry Nodes: Make random attribute node stableHans Goudey
2020-12-17Fix T83875: Converting Proxy to override crashes blender.Bastien Montagne
2020-12-17Geometry Nodes: add Attribute Color Ramp nodeJacques Lucke
2020-12-17Clean-up: Fix build warning with MSVCRay Molenkamp
2020-12-16VSE: Improve motion-picture workflowRichard Antalik
2020-12-16Geometry Nodes: Boolean attribute typeHans Goudey