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-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell Barton
2021-08-10Fix T89253: template_list allows arbitrary data changesGermano Cavalcante
2021-08-05Fix slicing with negative indicesCampbell Barton
2021-07-30PyAPI: include the property name & type in registration errorsCampbell Barton
2021-07-30PyAPI: support accessing the original value for RNA enum parsingCampbell Barton
2021-07-30Cleanup: replace macros with converter callbacks for bpy.propsCampbell Barton
2021-07-23PyDocs: Fix syntax errors resulting in warningsAaron Carlisle
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-14PyAPI: use iterators for ID property methods (keys, values & items)Campbell Barton
2021-05-14Fix memory leak in IDPropertyGroup.pop()Campbell Barton
2021-04-23Fix T86765: Custom properties are included in `__dir__`Campbell Barton
2021-03-30Python: clarify error message when accessing datablock by librarySybren A. Stüvel
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-12Cleanup: remove workaround for MSVC PyTypeObject declarationsCampbell Barton
2021-03-08PyAPI: add bpy.types.BlendFile.temp_data for temporary library loadingCampbell Barton
2021-03-06Cleanup: commentsCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-04PyAPI: support methods for collection propertiesCampbell Barton
2021-03-04PyAPI: correct garbage collection for StructRNA typesCampbell Barton
2021-03-03Cleanup: minor changes to Python RNA pointer assignmentCampbell Barton
2021-02-22Fix crash auto-completing bpy.types in the Python consoleCampbell Barton
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell 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: remove Python 3.7x compatibility codeCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell 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
2020-11-06Fix T82457: Python error when clicking on a tool in the viewportDalai Felinto
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-04PyAPI: add Struct.is_property_set(..., ghost) optionCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton