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-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Docs: improve on doc-strings for BPY_extern_run.hCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-05Fix PyAPI integer conversion error handlingCampbell Barton
2021-11-02Fix T92532: Missing null checks in IDPropertyManager.update_fromHans Goudey
2021-10-26Cleanup: Clang formatAaron Carlisle
2021-10-23Docs: Fixes and improvements in API documentationXavier Cho
2021-10-11Doc: expand on docstring for PyC_Long_AsBoolCampbell Barton
2021-09-16Fix memory leak if an error occurred assigning id-property sequenceCampbell Barton
2021-09-10Python: extra check on `BPY_thread_save()` to ensure proper GIL handlingSybren A. Stüvel
2021-09-10Depsgraph: release GIL when evaluating the depsgraphSybren A. Stüvel
2021-09-09Cleanup: clarify comment about the use of `_PyThreadState_UncheckedGet()`Sybren A. Stüvel
2021-09-08Fix T91255: IDProperty UI as_dict() returns step as default valueHans Goudey
2021-09-02Cleanup: GrammarHans Goudey
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-09-01Fix strict warning about discarding const qualifierSergey Sharybin
2021-09-01Cleanup: use doxygen sections in py_capi_rna.cCampbell Barton
2021-09-01Cleanup: use "pyrna_enum_*" prefix for RNA utility functionsCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-08-31Fix T91088: Assigning custom property value in python resets UI dataHans Goudey
2021-08-31Fix: Output int for precision in UI data as_dict methodHans Goudey
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-19UI: Remove "Unfitted" Kerning Style OptionHarley Acheson
2021-08-04Cleanup: inconsistent parameter nameJacques Lucke
2021-07-29Cleanup: use PyC_AsArray_FAST function where possibleCampbell Barton
2021-07-29PyAPI: add multi-dimensional array conversion utility functionsCampbell Barton
2021-07-27PyAPI: support different int sizes for PyC_AsArrayCampbell Barton
2021-07-27Cleanup: pass sizeof array element to PyC_AsArrayCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell 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-06-21Docs: improve imbuf.write docstringCampbell Barton
2021-06-14Cleanup: rename id to owner_id for python id propertiesJacques Lucke
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
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-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-13PyAPI: support retrieving the exception when running a stringCampbell Barton