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-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
2021-07-11Edit Mesh: tag the object data for updating instead of the objectCampbell Barton
2021-07-10LineArt: Fix edge type panel `use_cache` prop.YimingWu
2021-07-10LineArt: Fix modifier apply.YimingWu
2021-07-09Fix channel packed images display in the Image/Node editorPhilipp Oeser
2021-07-09Geometry Nodes: fix direction mode in curve primitive line nodeJohnny Matthews
2021-07-09Fix a compiler warning on Windows for Exact Boolean.Howard Trickey
2021-07-09Fix: crash when using empty attribute searchJacques Lucke
2021-07-09Walk Navigation: Z axis correctionDalai Felinto
2021-07-09Fix T89435: Reordering FCurves can cause crash or corruptionSybren A. Stüvel
2021-07-09Cleanup: Walk Navigation define remameDalai Felinto
2021-07-09Fix typo in Fly mode tooltipDalai Felinto
2021-07-09Nodes: Moved group interface panel code to python.Lukas Tönne
2021-07-09Make Single User: support object data animationPhilipp Oeser
2021-07-09Cleanup: use 'uint' for BLI_arrayCampbell Barton