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-08-02Python: restrict name-space access for restricted evaluationCampbell Barton
2022-08-02Fix Python SystemExit exceptions silently exitingCampbell Barton
2022-03-24Fix memory leak evaluating PyDriversCampbell Barton
2022-01-17Fix crash caused by exception in Python gizmo target get handlerCampbell Barton
2022-01-11Fix T94685: python error adding Space handlers for SpreadsheetPhilipp Oeser
2021-11-02Expose Color Management as argument for gpu.types.GPUOffScreen.draw_view3d()Gottfried Hofmann
2021-09-22Fix memory leak if an error occurred assigning id-property sequenceCampbell Barton
2021-08-23PyAPI: resolve build error with Python 3.10Campbell Barton
2021-08-09Fix memory leak with Python RNA property get callback errorsCampbell Barton
2021-08-09Fix gpu.types.GPUTexture crash when the size argument was too bigCampbell Barton
2021-08-09Fix memory leaks in Python gizmo get/set handlersCampbell Barton
2021-08-09Fix T89450: Crash slicing BMEditSelSeqCampbell Barton
2021-08-09Fix slicing with negative indicesCampbell Barton
2021-07-26Fix T89733: Py API: bpy.data.orphans_purge argument parsingYann Lanthony
2021-06-16Docs: remove deprecated parameter from bmesh docsCampbell Barton
2021-05-20Fix T88345: Blender crash on GPUFrameBuffer creationGermano Cavalcante
2021-05-20Fix T88365: GPUTexture.read returning a buffer with wrong sizeGermano Cavalcante
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton
2021-05-11Cleanup: remove unused BPy_IDProperty struct memberCampbell Barton
2021-05-11Fix T88190: Freed memory use when iterating over id-propertiesCampbell Barton
2021-05-11Fix memory leak in Python IDproperty iteratorCampbell Barton
2021-04-23Fix T86765: Custom properties are included in `__dir__`Campbell Barton
2021-04-21Fix wrong flag for 'GPUFrameBuffer.viewport_get'Germano Cavalcante
2021-04-14Cleanup: remove unused BLANK_PYTHON_TYPE defineCampbell Barton
2021-04-13PyAPI: support retrieving the exception when running a stringCampbell Barton
2021-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-04-12Cleanup: remove make_quicky and enum generation utilitiesCampbell Barton
2021-04-08PyAPI: ImBuf.copy now copies the underlying imbufCampbell Barton
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-30Python: clarify error message when accessing datablock by librarySybren A. Stüvel
2021-03-24GPencil: New modules for Import and ExportAntonio Vazquez
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-22Cleanup: clang-format, trailing spaceCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-17Comments: document memory management for `BPyPropStore`Campbell Barton
2021-03-17PyAPI: use union to store pointer poll callbackCampbell Barton
2021-03-17Audaspace: add support for CoreAudio on macOSJörg Müller
2021-03-17Audaspace: add support for WASAPI on WindowsJörg Müller
2021-03-17Audaspace: add support for PulseAudio on LinuxJörg Müller
2021-03-16Python GPU: Improve the Python GPU API documentationGermano Cavalcante
2021-03-16Cleanup: use doxy sections for 'bpy.props' moduleCampbell Barton
2021-03-16Cleanup: use _fn suffix in bpy.propsCampbell Barton
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-15Cleanup: update comments, remove ifdef'd codeCampbell Barton
2021-03-12Cleanup: remove workaround for MSVC PyTypeObject declarationsCampbell Barton
2021-03-10Cleanup: unused warning building as a Python moduleCampbell Barton
2021-03-08PyAPI: add bpy.types.BlendFile.temp_data for temporary library loadingCampbell Barton