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-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
2021-07-13UI: support persistent state during number/slider interactionCampbell Barton
2021-07-13Undo System: avoid redundant decoding on undoCampbell Barton
2021-07-13Undo: optimize edit-mode undoCampbell Barton
2021-07-13Cleanup: quiet stringop-overflow compiler warningCampbell Barton
2021-07-13Cleanup: remove commented codeCampbell Barton
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-13Cleanup: Use correct _WIN32/64 defines for MSVCJesse Yurkovich
2021-07-13Fix object "Set Origin" operating on linked library dataCampbell Barton
2021-07-13Cleanup: Use C++ float3 type, use prefix for return argumentHans Goudey
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-12Geometry Nodes: Curve Primitive QuadrilateralJohnny Matthews
2021-07-12Fix T89040: dependency graph not handling time remapping correctlyBrecht Van Lommel
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
2021-07-12Cleanup: Clang formatPhilipp Oeser
2021-07-12Fix T89775: geometry nodes logging crash during renderJacques Lucke
2021-07-12Blenlib: Add BLI_assert_msg() for printing an extra string if the assert failsJulian Eisel
2021-07-12Fix T89765: boolean modifier collection refcount issuePhilipp Oeser
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton