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-03-08PyAPI: optimize depsgraph use in PyDriversCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-06-21PyAPI: add intern stringsCampbell Barton
2016-07-31Py-Driver: use intern stringsCampbell Barton
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-01-20Python API: create args for meta-classes directly (a little faster).Campbell Barton
2013-02-05fix [#34113] operator_menu_enum() - Tooltip not showing descriptionsCampbell Barton
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-06-19SVN maintenance.Guillermo S. Romero
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton