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
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-30Fix outliner delete not flushing multi-object edit-mode dataCampbell Barton
2019-12-10Fix T72258: Loading keymap crashes on startupCampbell Barton
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-11-20Outliner: Fixup for previous commit on tooltip/crash fixDalai Felinto
2019-11-20Outliner: Fix crash for tooltips on ID operationsDalai Felinto
2019-11-19Outliner: Don't show id operations (make single user) when not supportedDalai Felinto
2019-09-05LibOverride: add a generic macro to check whetehr an ID is overridable.Bastien Montagne
2019-09-05LibOverride: give more remapping control to `BKE_override_library_create_from...Bastien Montagne
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-08-27Cleanup some outdated dead code and comments in Outliner.Bastien Montagne
2019-08-27Fix T69176: Outliner->BlenderFile->Delete not working on some objects.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-17Cleanup: spellingCampbell Barton
2019-08-16Outliner: Allow select on row iconsNathan Craddock
2019-07-25Fix T67588: Crash after clearing animation in outlinerSergey Sharybin
2019-07-15Fix T66955: Cannot delete data from file in outliner.Bastien Montagne
2019-07-02Fix crash unlinking non-ID types in the outlinerCampbell Barton
2019-06-17Fix T65886: Crash when deleting a scene when "New Main Window" is open.Bastien Montagne
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-04Fix status bar and keymap editor showing Call Menu instead of menu nameBrecht Van Lommel
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-05-01Outliner: Fix "Unlink" not working for parented objectsDalai Felinto
2019-04-30Refactor: Use object select API - ED_object_base_selectDalai Felinto
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-25Add copy/paste of any IDs in Outliner.Bastien Montagne
2019-03-21Cleanup: Outliner: remove warning about no undo of ID deletion.Bastien Montagne
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-02Revert "Fix T62098: Outliner: Delete hierarchy crash"Bastien Montagne
2019-03-01Fix T62098: Outliner: Delete hierarchy crashDalai Felinto
2019-03-01Fix T62025: Outliner and viewport missing update after deleting objectDalai Felinto
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-25Fix T60880: Assert deleting grease pencil object from outlinerCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-16DNA: rename SpaceOops -> SpaceOutlinerCampbell Barton
2019-02-08TypoPablo Vazquez
2019-02-08UI: Icons for some Outliner context menu operationsPablo Vazquez
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-28Outliner: Enable new faster 'Delete Hierarchy' code by default.Bastien Montagne
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-17Add experimental batch-delete of hierarchy to Outliner.Bastien Montagne
2019-01-16Outilner: pass userdata void pointer to outliner_do_object_operation_ex().Bastien Montagne