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
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
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-03-20fix for crash when running WM_OT_read_factory_settings() from a script and th...Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-18- clear some warningsCampbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-02-01workaround [#25845] Empty UI panelsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton