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-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: 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-02-25Py API: update `bpy.data.orphans_purge` to support new options.Bastien Montagne
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-22PyAPI: expose unstable type bpy.props._PropertyDeferredCampbell Barton
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-19PyAPI: include all members in dir(bpy.types)Campbell Barton
2021-02-19PyAPI: use real module for bpy.typesCampbell Barton
2021-02-18Cleanup: remove check for non-annotation properties in classesCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: Use PyPreConfig & PyConfig for Python initializationCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-04PyAPI: correct docstringCampbell Barton
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2021-01-29GPU: Remove unused GPU debugging command line optionsJulian Eisel
2021-01-28Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-28Fix T82675: Crash on exit when Blender is built as a Python moduleCampbell Barton
2021-01-28PyAPI: use PYTHONUTF8/Py_UTF8Mode on all platformsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-07PyAPI: don't raise & clear exceptions when setting context membersCampbell Barton
2021-01-05Cleanup: remove redundant RNA_types.h header from UI_interface.hCampbell Barton
2020-12-22RNA: make `bpy.data.orphans_purge()` return number of deleted datablocksSybren A. Stüvel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-10Cleanup: declare variables when used (bpy)Campbell Barton
2020-12-10PyAPI: add bpy.utils.unescape_identifierCampbell Barton
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-09Fix T83566: bpy.props.CollectionProperty gives incorrect errorCampbell Barton
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-12-08CMake: fix linking with WITH_SDL_DYNLOADCampbell Barton
2020-11-19Cleanup: Grammar: "Allow to" vs gerund missed in last commitHans Goudey
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-11-06Merge remote-tracking branch 'origin/blender-v2.91-release'Dalai Felinto