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
2017-08-08Fix T46329: scene_update_{pre,post} doc needs clarificationSybren A. Stüvel
2017-05-27Remove MinGW supportAaron Carlisle
2016-10-20Fix T49797: Exception from scene update handler might leak external engine de...Sergey Sharybin
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2014-12-01Python: add 'render_write' callbackCampbell Barton
2014-10-13Fix T42005: Reset py-handlers could crashCampbell Barton
2014-08-29Add callback for starting a render-jobCampbell Barton
2014-08-28Fix T41473: Cycles volume rendering is too darkSergey Sharybin
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-05-11Code cleanup: comment typosCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-08-23patch to add backkbacks for game engine start/end,Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-21fix to possible bug running python callbacks - bpy.app.handlers.* to support ...Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-18formatting edits in py api, no functional changesCampbell Barton
2011-12-16fix [#29635] Attempts to import the site module are met with a TypeError exce...Campbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-03hopefully fix msvc build errorCampbell Barton
2011-11-03modify previous api feature to tag functions as permanent, use nicer decorato...Campbell Barton
2011-11-03ability to have permanent callbacks that stay active when new blend files are...Campbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-09-27bpy.app.handlers.frame_change_pre/post handlers.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton
2011-06-25SVN maintenance.Guillermo S. Romero
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton