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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-03-10Fix T50900: Text-Blocks created from "Edit Source" have zero users.Bastien Montagne
2016-10-20Python API: add full_path parameter for bpy.ops.ui.copy_data_path_button.christian brinkmann
2016-09-21UI: Make eyedropper shortcut configurableJulian Eisel
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-09-21UI: Configurable shortcuts for keyframe operatorsJulian Eisel
2016-09-21Make space context cycling a proper screen-level OPJulian Eisel
2016-09-21UI: Support UI operators with configurable shortcutsJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-07-14Fix T48845: Crash when right-clicking on a curve propertyKévin Dietrich
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-04-15UI: copy to selected: add 'single'/'all' options to buttons' menu when relevant.Bastien Montagne
2016-03-26Driver Setup Workflow Improvement: Property EyedropperJoshua Leung
2016-02-29User customizable keymap for eyedropper (modal operator)Julian Eisel
2016-02-29Cleanup: Rename ED_button_operatortypes -> ED_operatortypes_uiJulian Eisel
2016-02-29Add User Interface keymap (no items yet)Julian Eisel
2016-02-26UI: Add 'Copy Python Command' to menuCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-21Fix T45363: Bone attrs ignore editing all selectedCampbell Barton
2015-05-31UI: comments (doxygen tweaks)Campbell Barton
2015-05-27Missing NULL check getting selected obdataCampbell Barton
2015-05-13UI: Copy to selected nodes now filtered by typeCampbell Barton
2015-05-13UI: nodes support for multi-value-editingCampbell Barton
2015-05-13Edit last commit, redundant 'data' in RNA pathCampbell Barton
2015-05-13UI: ObData support for copy-to-selectedCampbell Barton
2015-05-11UI: initial support for UI editing selected itemsCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-24Fix T43634: Selecting 'Drop Color' from spacebar menu causes instant closeSergey Sharybin
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-14UI: Eyedropper for view-depthCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-08-25Fix Color DnD setting alpha to an undefined valueCampbell Barton
2014-08-05Fix T41062: "copy to selected" doens't work for all attributes.Bastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-11WM: add WM_operator_properties_create_ptrCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11UI: de-duplicate UI_OT_copy_to_selected_button poll/execCampbell Barton
2014-03-10Fix for potential bug in copy-to-selected ui button operator: ReturnLukas Tönne
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton
2013-10-08rename UI_OT_eyedropper to UI_OT_eyedropper_color to make way for other kinds...Campbell Barton
2013-09-20Fix #36226, Select Linked works not in touch with Prefs.Lukas Toenne