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
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Expose active asset library in contextJulian Eisel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-20PyAPI: support Operator.poll functions 'disabled' hintCampbell Barton
2021-04-20Cleanup: add CTX_wm_operator_poll_msg_clearCampbell Barton
2021-03-08Spreadsheet: add boilerplate code for new editor typeJacques Lucke
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-12UI: Allow UI to pass focused data-block to operators via contextJulian Eisel
2020-12-12UI: Allow Outliners to pass selected data-blocks to operators via contextJulian Eisel
2020-10-18Cleanup: Declare variables where initialized in context.cHans Goudey
2020-10-02Cleanup: Use enum for return values in context callbacksSybren A. Stüvel
2020-09-17Fix T66256: Context overrides crash when operators change contextCampbell Barton
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-17Fix T78959: Show current frame indicator when interface is lockedHans Goudey
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-04UI: support Copy To Selected and Alt-Click for PropertyGroup members.Alexander Gavrilov
2019-10-24Fix crash drawing the paint cursor over the redo regionCampbell Barton
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-08-15Cleanup: use booleanCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-28Depsgraph: Only invoke callbacks when there are changesSergey Sharybin
2019-05-24Fix T65059: Crash in empty scenes for context _bases functionsDalai Felinto
2019-05-22Remove "_base*" from context APIDalai Felinto
2019-05-17Fix T64300: Missing update of original data-block on redoSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: use enum for CTX_data_mode_enumCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16Cleanup: rename SPACE_IPO -> SPACE_GRAPHCampbell Barton
2019-02-16DNA: rename SpaceButs -> SpacePropertiesCampbell Barton
2019-02-16DNA: rename SpaceIpo -> SpaceGraphCampbell Barton
2019-02-16DNA: rename SpaceOops -> SpaceOutlinerCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-12-17Context: remove active_gpencil_brushCampbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-10-19CTX_DATA_BEGIN for active object only (..._from_active_object)Dalai Felinto
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel