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-08-05Cleanup: make formatAaron Carlisle
2021-08-04Expose Color Management as argument for gpu.types.GPUOffScreen.draw_view3d()Gottfried Hofmann
2021-07-29Fix gpu.types.GPUTexture crash when the size argument was too bigCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-22Fix name used when parsing argumentsGermano Cavalcante
2021-07-22PyGPU: new method 'GPUFrameBuffer.read_depth'Germano Cavalcante
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-08Docs: Fix minor incorrect syntax errorsnutti
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-17Revert "Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d"Brecht Van Lommel
2021-06-16Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3dBrecht Van Lommel
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-05-18Fix T88365: GPUTexture.read returning a buffer with wrong sizeGermano Cavalcante
2021-05-18Fix T88345: Blender crash on GPUFrameBuffer creationGermano Cavalcante
2021-05-15Cleanup: silence unused parameter warningsGermano Cavalcante
2021-05-14Python GPU: New 'platform' moduleGermano Cavalcante
2021-05-14Python GPU: New 'capabilities' moduleGermano Cavalcante
2021-05-13Cleanup: inconsistent parameter nameJacques Lucke
2021-04-30Cleanup: compiler warningsCampbell Barton
2021-04-30Cleanup: Rename `#if GPU_USE_PY_REFERENCES` to `#ifndef GPU_NO_USE_PY_REFEREN...Germano Cavalcante
2021-04-30Fix accidental lines removed in the last commitGermano Cavalcante
2021-04-30Fix gross errors in previous commitGermano Cavalcante
2021-04-30Python GPU: Add new methods to port the code templates in the manualGermano Cavalcante
2021-04-30Python GPU: Add reference of PyObject GPU object to the GPU object itselfGermano Cavalcante
2021-04-22Fix errors in Buffer.dimensions `setter`Campbell Barton
2021-04-21Merge branch 'blender-v2.93-release'Germano Cavalcante
2021-04-21Fix wrong flag for 'GPUFrameBuffer.viewport_get'Germano Cavalcante
2021-04-21Python GPU Buffer: Add a 'setter' to Buffer.dimensionsGermano Cavalcante
2021-04-01Cleanup: clang formatCampbell Barton
2021-03-31Fix build error on windowsRichard Antalik
2021-03-31PyDoc: correct sphinx syntax for gpu.state.blend_setCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-16Python GPU: Improve the Python GPU API documentationGermano Cavalcante
2021-03-08Cleanup: rename offs to offscreenCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-03-04Fix logic for calling PyObject_GC_UnTrackCampbell Barton
2021-03-01GPU Python: Implement gpu.texture.from_imageGermano Cavalcante
2021-02-24Cleanup: Move some utilities to 'gpu_py.h'Germano Cavalcante
2021-02-22GPU Python: Use 'PyC_ParseStringEnum' to parse itemsGermano Cavalcante
2021-02-18Cleanup: Clang tidy else after returnHans Goudey
2021-02-18Cleanup: clang-formatCampbell Barton
2021-02-18Cleanup: order shape_len after shape argumentCampbell Barton
2021-02-18Cleanup: spelling, correct doc-string argumentsCampbell Barton
2021-02-17GPU Python: Rename 'uniform_buffer' to 'uniform_block'Germano Cavalcante
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-17Cleanup: Use 'pygpu_' prefix in the cpython GPU moduleGermano Cavalcante
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton