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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-27Render: move editor/render module to c++Jacques Lucke
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-31Cleanup: add CTX_data_pointer_set_ptr & CTX_data_list_add_ptrCampbell Barton
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-07-15Assets: AssetHandle type as temporary design to reference assetsJulian Eisel
2021-07-15Assets: Expose active asset library in contextJulian Eisel
2021-04-20Cleanup: clang tidy readability-inconsistent-declaration-parameter-nameJacques Lucke
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
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-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-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-17Fix T78959: Show current frame indicator when interface is lockedHans Goudey
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2019-12-04UI: support Copy To Selected and Alt-Click for PropertyGroup members.Alexander Gavrilov
2019-09-03Fix T66950: WeightPaint Bone Selection OverlayJeroen Bakker
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-15Cleanup: use booleanCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-16Dependency graph API changesSergey Sharybin
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-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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-17Context: remove active_gpencil_brushCampbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-11-14Keymap: assigning keys for tools now checks modeCampbell Barton
2018-10-19Cleanup: CTX_DATA_BEGIN_FOR_ID no longer neededDalai Felinto
2018-10-19CTX_DATA_BEGIN for active object only (..._from_active_object)Dalai Felinto
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-13ED_pose_recalculate_paths: Run only for active objectDalai Felinto
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-15Cleanup: use variable names based on term gizmoCampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton