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-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-06-22Cleanup: Use more clear visibility tag function nameSergey Sharybin
2021-01-08Scenes: forbid deleting last local sceneJacques Lucke
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-26Fix T78295: reload scripts disables Cycles render passes in the compositorBrecht Van Lommel
2020-06-10Cleanup: rename `BKE_scene_copy` to `_update`.Bastien Montagne
2020-06-10Make `BKE_scene_copy` fully handle all duplicate modes, deep copy included.Bastien Montagne
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-11Fix T74296: Free depsgraph when view layer is removedJacques Lucke
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-30Cleanup: ED_editors_flush_* functionsCampbell Barton
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-06-17Fix T65886: Crash when deleting a scene when "New Main Window" is open.Bastien Montagne
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-02Fix T62970: Scene Copy: remove 'linked objects/obdata', add 'linked collectio...Bastien Montagne
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-03Fix T62076: Delete Active Scene Freezes Blender.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-22UI: disable scene and view layer delete buttons when not available.Harley Acheson
2019-01-15Cleanup: pass main instead of context w/ ED_editors_exit/flush_editsCampbell Barton
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-07-06Merge branch 'master' into blender2.8Philipp Oeser
2018-07-06Merge branch 'master' into blender2.8Philipp Oeser
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-05-25Fix T55183, fix T55174: crashes with workspace / view layer relation.Brecht Van Lommel
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-07Proper fix for User Preferences window crashJulian Eisel
2018-03-07Add missing NULL checkCampbell Barton
2018-03-03WorkSpace: use existing mode data w/ scene-switchCampbell Barton
2018-03-02WorkSpace: Simplify exiting mode after changesCampbell Barton
2018-03-02WorkSpace: move edit mode w/ sync into own funcCampbell Barton
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
2018-03-02WorksSpace: sync object-modes when changing sceneCampbell Barton
2018-01-30Compositor / Render Layer Node: Fix wrong layer after deleting view layersDalai Felinto
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel