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-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Cleanup: de-duplicate code for edge-split taggingCampbell Barton
2021-07-23XR: Reference Space ImprovementsPeter Kim
2021-07-23Cleanup: "position tracking" typo in enum memberPeter Kim
2021-07-23Cleanup: remove unused BM_mesh_loop_normals_update functionCampbell Barton
2021-07-23Fix error setting sharp edges in recent normal calculation changesCampbell Barton
2021-07-23Cleanup: remove normal assignment from bm_mesh_edges_sharp_tagCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth sharp-edge calculationCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth & custom normal calculationsCampbell Barton
2021-07-23Man Page: Fix spellingAaron Carlisle
2021-07-23Animation: Generic Slider implementationChristoph Lendenfeld
2021-07-23Geometry Nodes: Display Node Warnings in ModifierHans Goudey
2021-07-23Cleanup: Add function to check a curve's spline typesHans Goudey
2021-07-23Fix: "Bake" automatically calculated handles in set handle nodeHans Goudey
2021-07-22VSE: Speed Effect layout updatesGermano Cavalcante
2021-07-22Fix name used when parsing argumentsGermano Cavalcante
2021-07-22PyGPU: new method 'GPUFrameBuffer.read_depth'Germano Cavalcante
2021-07-22Compositor: Fix crash when using empty input sourcesManuel Castilla
2021-07-22Compositor: Full frame Texture nodeManuel Castilla
2021-07-22Compositor: Full frame Movie Clip nodeManuel Castilla
2021-07-22Compositor: Fix buffer area iterating past the endManuel Castilla
2021-07-22Compositor: Add coordinates to BuffersIteratorManuel Castilla
2021-07-22Fix T90026: attributes added in editmode are lost on modeswitchPhilipp Oeser
2021-07-22Geometry Nodes: Set Bezier Handle Type NodeJohnny Matthews
2021-07-22Tests: continue running benchmarks if some tests fail to build or runBrecht Van Lommel
2021-07-22Tests: improve finding of Blender executables in benchmarkingBrecht Van Lommel
2021-07-22Versioning: move "until next subveresion bump" codeSybren A. Stüvel
2021-07-22Cleanup: Silence warning - unused parameterGermano Cavalcante
2021-07-22Fix T89733: Py API: bpy.data.orphans_purge argument parsingYann Lanthony
2021-07-22Make polls for removing mesh data layers consistentPhilipp Oeser
2021-07-22Bump subversion to avoid infinite enabling pose_library add-onSybren A. Stüvel
2021-07-21Cleanup: Move reorganize asset filesJulian Eisel
2021-07-21Draw Cache: extract tris in parallel rangesGermano Cavalcante
2021-07-21Fix T90017: Bone widget drawing inconsistent with editingGermano Cavalcante
2021-07-21Cleanup: Move loose geometry cache creation to render data taskGermano Cavalcante
2021-07-21Cleanup: Centralize/unify asset library reference from/to enum codeJulian Eisel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-21Cleanup: Add missing doxygen file/group comment in new asset fileJulian Eisel
2021-07-21Add curve testsHimanshi Kalra
2021-07-21Minor Fix: create_evaluated_object method changed return type fixHimanshi Kalra
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-21Cleanup: correct the comment in ghostYuki Hashimoto
2021-07-21Fix bug in assert in delaunay test.Howard Trickey
2021-07-21Cleanup: Split set_preview_visibilty.Jeroen Bakker
2021-07-21Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-21Cleanup: spellingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Fix T89881: ignore unavailable sockets when searching for link cyclesJacques Lucke