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-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
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-02Cleanup: py-gpu error checksCampbell Barton
2019-01-02Revert file rename from T59773 fixCampbell Barton
2019-01-02Fix T59773: Raise exception if the gpu module is used in backgound mode.mano-wii
2018-11-20Cleanup: style, unusedCampbell Barton
2018-11-19PyAPI: GPUOffscreen: Add context manager for the `bind` method to work with t...mano-wii
2018-11-13Py API: fix parameter order in offscreen.draw_view3dJacques Lucke
2018-11-13Py API Docs: CleanupJacques Lucke
2018-11-09gpu.offscreen, fix pydoc, example and rename modelviewmatrix > viewmatrixDalai Felinto
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-06Cleanup: No need to save/restor frame buffer twiceJacques Lucke
2018-09-27Python GPU module: replace `PyArg_ParseTupleAndKeywords` by `_PyArg_ParseTupl...mano-wii
2018-09-21Preserve the actively bound framebuffer after using gpu.offscreenDalai Felinto
2018-09-06Correct build errorsCampbell Barton
2018-09-06Join the python modules `gpu` and `_gpu` into one.mano-wii