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
2022-11-11Add support for XrSession (untested).temp-xr-virtual-camera-experimentJeroen Bakker
2022-06-22Cleanup: remove redundant GPU headersCampbell Barton
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-29gpu.types.GPUOffScreen: accept format argument for color textureGermano Cavalcante
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-23Fix T89204: slow repeated rendering with GPUOffscreen.draw_view3d.Christian Stolze
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-05Cleanup: make formatAaron Carlisle
2021-08-04Expose Color Management as argument for gpu.types.GPUOffScreen.draw_view3d()Gottfried Hofmann
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell 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-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-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-02-24Cleanup: Move some utilities to 'gpu_py.h'Germano 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-10Fix T85395: Texture paint external edit wrong projection on reapplyPhilipp Oeser
2021-01-27Fix T84402: Off-screen rendering works only once from PythonCampbell Barton
2020-12-11Cleanup: Python GPU: change prefix 'bpygpu_' to 'py_' in static functionsGermano Cavalcante
2020-11-20Fix add-object tools cursor distorted drawing on saveCampbell Barton
2020-11-20Cleanup: remove unused perspective argument to off-screen drawingCampbell Barton
2020-10-12Cleanup: Pydoc stringsAaron Carlisle
2020-09-12GPUOffscreen: Push the GL state before and after bindingClément Foucault
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-07-02GPUOffScreen: Remove the sample parameterClément Foucault
2020-05-26Fix T77032: Crash when creating GPUOffscreen without GPUContext in PythonGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-03-02Fix T74299: PyGPUOffscreen Color ManagementJeroen Bakker
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-07Fix T70537: Documentation: bpygpu_offscreen_draw_view3d_doc not up to dateUlysse Martin
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-06-06Python: GPU Offscreen RenderingJeroen Bakker
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-03-29GPU: Fix color difference when rendering to gpu_py_offscreenClément Foucault
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton