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
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
2010-12-31update python api with changes from Joshua's commit r33917. translate reports...Campbell Barton
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-11-23minor edits to exception formatting (remove ... or \n from suffix)Campbell Barton
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-07better exception check for calling operators. non dict/None values were being...Campbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-09definition/syntax edits for operators and rna (no functional changes)Campbell Barton