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-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
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-03-08Cleanup: rename offs to offscreenCampbell Barton
2021-03-06Cleanup: commentsCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04PyAPI: use methods for bpy.data.libraries.load & writeCampbell Barton
2021-03-04PyAPI: support methods for collection propertiesCampbell Barton
2021-03-04Cleanup: use const arraysCampbell Barton
2021-03-04Cleanup: replace Py_CLEAR with Py_DECREF in bpy.app modulesCampbell Barton
2021-03-04Fix logic for calling PyObject_GC_UnTrackCampbell Barton
2021-03-04PyAPI: correct garbage collection for StructRNA typesCampbell Barton
2021-03-03Cleanup: minor changes to Python RNA pointer assignmentCampbell Barton
2021-03-01GPU Python: Implement gpu.texture.from_imageGermano Cavalcante
2021-02-25Py API: update `bpy.data.orphans_purge` to support new options.Bastien Montagne
2021-02-25PyAPI: expose imbuf.types.ImBuf, include in API docsCampbell Barton
2021-02-24Revert "t"Germano Cavalcante
2021-02-24tGermano Cavalcante
2021-02-24PyAPI: Ensure GIL state only when a callback existsGermano Cavalcante
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-24Cleanup: Move some utilities to 'gpu_py.h'Germano Cavalcante
2021-02-22PyAPI: expose unstable type bpy.props._PropertyDeferredCampbell Barton
2021-02-22GPU Python: Use 'PyC_ParseStringEnum' to parse itemsGermano Cavalcante
2021-02-22Fix crash auto-completing bpy.types in the Python consoleCampbell Barton
2021-02-22Fix missing NULL check on macOS when system-python isn't foundCampbell Barton
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-21PyAPI: expose bpy_prop_deferred function & keywordsCampbell Barton
2021-02-20PyAPI: use a new type for storing the deferred result of bpy.propsCampbell Barton
2021-02-20Cleanup: spellingCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-19PyAPI: include all members in dir(bpy.types)Campbell Barton
2021-02-19PyAPI: use real module for bpy.typesCampbell Barton
2021-02-18Cleanup: Clang tidy else after returnHans Goudey
2021-02-18Cleanup: remove check for non-annotation properties in classesCampbell Barton