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
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: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-13Cleanup: _bpy.ops utility to lookup an operatorCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-10-05Fix setting the operator name in Py operator APICampbell Barton
2016-07-23Cleanup: styleCampbell Barton
2016-06-27Fix T48717: Modal operators called from Py omit reports from the UICampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-04Use PyC_ParseBool to parse boolsCampbell Barton
2015-07-12PyAPI: Use separate writes for operator reportsCampbell Barton
2015-03-16PyAPI: bpy.ops enum error was cut shortCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-10-28WM: unneeded alloc the operator-type iteratorCampbell Barton
2014-08-13SpellingCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2013-11-26User Interface: don't show macro args in tooltipsCampbell Barton
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2012-08-22style cleanupCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-11-03python string conversionCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-25error when a python operator gave an incorrect return value was near useless,...Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-05ifdef out support for for python owning and freeing BPy_StructRNA because thi...Campbell Barton
2011-08-04fix [#28114] Render CrashCampbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton