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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-02Docs: formalize naming for generic callbacks in BKE_callbacks.hCampbell Barton
2021-05-15XR Controller Support Step 1: Internal Abstractions for OpenXR ActionsPeter Kim
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-02Fix T77126: Documented frame_change_pre and frame_change_post handlersSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-09-11Python: Fix to support old-style handlersSergey Sharybin
2019-09-11Python handlers: Pass depsgraph to events where it makes senseSergey Sharybin
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-05-22Preferences: add handler for loading factory preferencesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
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-03Cleanup: preprocessor indentationCampbell Barton
2018-11-30PyAPI: add load_factory_startup_post handlerCampbell Barton
2018-11-23Python API: bpy.app.handlers.depsgraph_update_pre/postJacques Lucke
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-07-12Merge branch 'master' into blender2.8Campbell Barton
2018-07-12PyAPI: add undo redo handlersCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2017-08-08Fix T46329: scene_update_{pre,post} doc needs clarificationSybren A. Stüvel
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-06PyAPI: Remove bpy.app.handlers.scene_updateCampbell Barton
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