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-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
2021-04-08PyAPI: ImBuf.copy now copies the underlying imbufCampbell Barton
2021-04-01Cleanup: clang formatCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-02-25PyAPI: expose imbuf.types.ImBuf, include in API docsCampbell Barton
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-17Python: gpu module: add new submodules and typesGermano Cavalcante
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: Use PyPreConfig & PyConfig for Python initializationCampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-01-11Revert "Fix typo; Documentation; Expose layer for framebuffer attachament; Ad...Germano Cavalcantemano-wii
2021-01-11Fix typo; Documentation; Expose layer for framebuffer attachament; Add frameb...Germano Cavalcantemano-wii
2021-01-04Fix imbuf.new & resize allowing zero & negative dimensionsCampbell Barton
2021-01-04Cleanup: remove unused optional argument to imbuf.newCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-09Fix another id-property name length checkCampbell Barton
2020-12-09Fix off by one error in id-property name validationCampbell Barton
2020-12-09Revert "Fix T78823: Slash in custom property name does not work"Campbell Barton
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-02Cleanup: use logging for "Found bundled Python" messageCampbell Barton
2020-10-14Fix T81688: BPY_thread_save crashes with Python 3.9Campbell Barton
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton