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
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-09-22Fix T78823: Slash in custom property name does not workHans Goudey
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-04-01Cleanup: use doxy sections for 'idprop' APICampbell Barton
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-09-30Cleanup: spellingCampbell Barton
2019-09-25LibOverride: Fix 'overridable' flag desapearing when setting IDProp from py c...Bastien Montagne
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-10-09Fix misuse of Py_INCREF in module creation.mano-wii
2018-10-08Cleanup: rename checks for Python struct stringsCampbell Barton
2018-10-07CPython: use format char utilities in idprop_py_apimano-wii
2018-09-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-13Cleanup: use PyImport_GetModuleDictCampbell Barton
2018-07-30Cleanup: id-property creationCampbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-07-31PyAPI: fix leak in unlikely case converting idprops failCampbell Barton
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2016-07-31Docs: add initial idprop.types API docsCampbell Barton
2016-07-14PyAPI: Use module names on initializatonCampbell Barton
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-18correct recent cleanup for id-property typesCampbell Barton
2014-11-24SCons: correct include for win, also minor cleanupCampbell Barton