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-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-07-05Python: remove invalid Py_TPFLAGS_HAVE_GC usageCampbell Barton
2022-06-03Compositor: add pre/post/cancel handlers and background job infoPhilipp Oeser
2022-06-02Expose background job info to PythonSybren A. Stüvel
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-26PyAPI: support persistent handlers for class & static methodsCampbell Barton
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-03-07Python: Add new `annotation_pre` & `annotation_post` handlersAntonio Vazquez
2022-02-11File headers: SPDX License migrationCampbell 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