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-07-15Assets: Expose active asset library in contextJulian Eisel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Fix T88188: Allow keyframing vertex mass in cloth simRobert Sheldon
2021-07-15Library loading: Fix access of out-of-scope memory in py context managerSybren A. Stüvel
2021-07-15Fix: Subtitles: Order of channels in the .blend file will be kept in the .rst...Paul Golter
2021-07-15Cleanup: LayerCollection resync: Proper `r_` prefix for return function param...Bastien Montagne
2021-07-15Cleanup: improve comments, remove debug printfCampbell Barton
2021-07-15Keymap: use Shift-Tab to toggle snap in the sequencerCampbell Barton
2021-07-15Cleanup: LayerCollection resync code.Bastien Montagne
2021-07-15Fix: crash when creating new node linksJacques Lucke
2021-07-15Fix T89870: Vertex groups lost when opening 3.0 files in 2.93Dalai Felinto
2021-07-15Fix: missing null checkJacques Lucke
2021-07-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-15Cleanup: use raw strings, quiet clang-tidy warningsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-15Cleanup: clang-formatCampbell Barton
2021-07-15Cleanup: ensure one newline at end of file, strip trailing spaceCampbell Barton
2021-07-15BLI_task: add a callback to initialize TLSCampbell Barton
2021-07-15BLI_memarena: support merging memory arenasCampbell Barton
2021-07-14Bezier Spline: Add a more generalized insertion utilityHans Goudey
2021-07-14Cleanup: Layer resync: Split object/base resync part in own function.Bastien Montagne
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-14Fix (unreported) LibOverride diffing generating operations for non-editable p...Bastien Montagne
2021-07-14Fix T89771: Cloth disk cache is not read on library overrides in some cases.Bastien Montagne
2021-07-14Cleanup: Turn PointCache flags defines into an anonymous enum.Bastien Montagne
2021-07-14Fix T88908: Incorrect path handling in adding stripsRichard Antalik
2021-07-14Fix crash displaying invalid enum value with translations enabledBrecht Van Lommel
2021-07-14Fix T89826: VSE snapping with constrained axisRichard Antalik
2021-07-14Fix T89851: Geometry nodes: wrongly detected "Node group has unidentifiedPhilipp Oeser
2021-07-14Fix T89734: incorrect dependency cycle with id property on modifierJacques Lucke
2021-07-14Geometry Nodes: initial socket inspectionJacques Lucke
2021-07-14Fix T89849: Time offset not working with Bake Object transform to Grease pencilAntonio Vazquez
2021-07-14Cleanup: use BMLoop.next/prev for BMesh auto-smooth logicCampbell Barton
2021-07-14Transform: Identify more safely when the mesh is deform onlyGermano Cavalcante
2021-07-13Compositor: Full frame Render Layers nodeManuel Castilla
2021-07-13Compositor: Full frame Translate nodeManuel Castilla
2021-07-13Compositor: Fix pixels being wrapped outside buffer areaManuel Castilla
2021-07-13Compositor: Fix convert resolutions linking different socket datatypesManuel Castilla
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Fix 'Correct Face Attributes' optionGermano Cavalcante
2021-07-13Cleanup: duplicate checks, unused initializationCampbell Barton
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-13Cleanup: reduce indentationCampbell Barton
2021-07-13Cleanup: improve BMEditMesh docstringsCampbell Barton
2021-07-13Cleanup: minor changes to recent sequencer clipboard additionCampbell Barton
2021-07-13VSE: Make pasted strip activeRichard Antalik
2021-07-13Fix UV snapping brokenRichard Antalik
2021-07-13Cleanup: clang-tidy, commentsCampbell Barton
2021-07-13Edit Mesh: use partial updates editing vertices with number buttonsCampbell Barton