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-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
2020-10-14Cleanup: reduce indentation level in bpy_class_validate_recursiveCampbell Barton
2020-10-14Fix crash starting Blender with Python 3.9Campbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-29API Docs: Correct syntax for bpy.utils.register_classAaron Carlisle
2020-09-29API Docs: Use raises field list syntaxAaron Carlisle
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-13Fix printing data from an evaluated depsgraph in PythonCampbell Barton
2020-09-07Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-nameSybren A. Stüvel
2020-09-02UI: add back Layout.introspectCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-19Cleanup: spellingCampbell Barton
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-05-29PyAPI: support static & class methods for C RNA API methodsCampbell Barton
2020-05-14Cleanup: move assignment out of loopCampbell Barton
2020-05-13PyAPI: support PyGetSetDef when extending RNA typesCampbell Barton
2020-05-13Cleanup: split RNA type extension methods into it's own APICampbell Barton
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Python: add foreach_get and foreach_set methods to pyrna_prop_arrayBogdan Nagirniak
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-11-28Fix (unreported) broken python resgistrable classes checks logic.Bastien Montagne
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-20Cleanup: commentsCampbell Barton
2019-11-20Fix T71680: _PyObject_LookupAttr memory leakCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-04Fix T70481: Segfault printing 'private data' evaluated IDs.Bastien Montagne
2019-09-30Cleanup: spellingCampbell Barton
2019-09-25Cleanup: remove override's 'static' references in some py API docs strings.Bastien Montagne
2019-09-06Python API: implement an Operator callback for dynamic description.Alexander Gavrilov
2019-09-02Return proper RNA path in py console for 'private ID' data.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke