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
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/interfaceCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-23Cleanup: add doxy sections to interface_ops.cCampbell Barton
2019-03-22Cleanup: minor UI code changesCampbell Barton
2019-03-18Cleanup: rename color band to color rampCampbell Barton
2019-03-15Fix: "Jump To Target" showing up in workspace context menuDalai Felinto
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-01Cleanup: move theme reset into it's own operator fileCampbell 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-17Cleanup: remove duplicate color picker operatorCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-12-13Fix T58014, T58650: issues with hex color and Filmic view transform.Brecht Van Lommel
2018-11-21Cleanup: add reveal_hidden arg to jump-to API callsCampbell Barton
2018-11-20UI: support jumping to target object/boneAlexander Gavrilov
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-27UI: operator to press the active buttonCampbell Barton
2018-08-31Merge branch 'master' into blender2.8Campbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-10WM: drag and drop poll functions can now specify a custom tooltip.Brecht Van Lommel
2018-07-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18Compositor: Cryptomatte compositing node.Stefan Werner
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Python: Print file:line when editing UI sourceCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-20UI: fix "Edit Source" operatorCampbell Barton
2018-06-20Revert "UI: fix "Edit Source" operator"Campbell Barton
2018-06-20UI: fix "Edit Source" operatorCampbell Barton
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-09Rename: RNA_property_override_status > RNA_property_static_override_statusDalai Felinto
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-04-23Static Overrides: hide/deactivate all but 'REPLACE' operation.Bastien Montagne
2018-04-05Merge branch 'master' into blender2.8Campbell Barton