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
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-24Fix and workaround for i18n messages extraction code.Bastien Montagne
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-20Fix T58937: Appended menus to VIEW3D_MT_editor_menus are not displayedCampbell Barton
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-12-19Fix invalid string comparisonCampbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Fix toolbar key-accelerator w/ LMB selectCampbell Barton
2018-12-05Fix own mistake in recent rB74361eebe68c.Bastien Montagne
2018-12-05Fix T58772: Stray "forward" and "up" options in 2.8 import addons?Bastien Montagne
2018-12-04Fix error reloading scriptsCampbell Barton
2018-12-02Keymap: use strict format for keymap definitionsCampbell Barton
2018-11-29Fix wrong property name in preview render Python script.Brecht Van Lommel
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-28Tool System: remove custom tool registrationCampbell Barton
2018-11-26Cleanup: remove unused code & add commentsCampbell Barton
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-23Keymap: remove redundant keys from toolbar popupCampbell Barton
2018-11-23Fix toolbar keymap accumulating itemsCampbell Barton
2018-11-22Keymap: add popup keymapCampbell Barton
2018-11-22Cleanup: minor simplification of keyconfig mergeCampbell Barton
2018-11-22Cleanup: utility function to avoid duplicate keysCampbell Barton
2018-11-22Tool System: auto-assign A-Z keys for toolbar popupCampbell Barton
2018-11-22Fix toolbar popup keymap not allowing 'A' keyCampbell Barton
2018-11-22Tool System: Updates for keymap stored as stringCampbell Barton
2018-11-21UI: hide keymap preferences when filter is usedCampbell Barton
2018-11-21I18N: tweak some UI labels and tips.Bastien Montagne
2018-11-20Add option not to print debug/info in ngon_tessellate.Bastien Montagne
2018-11-20Theme: avoid right-shift in XML filesCampbell Barton
2018-11-20Keymap: update addon register/unregister utilitiesCampbell Barton
2018-11-20Cleanup: move keymap hierarchy into own fileCampbell Barton
2018-11-20Cleanup: move toolbar keymap generation to bl_keymap_utilsCampbell Barton
2018-11-20Cleanup: move bpy_extras.keyconfig_utils to own moduleCampbell Barton
2018-11-20UI: show keyconfig prefs directly under presetCampbell Barton
2018-11-18Cleanup: namingCampbell Barton
2018-11-18PyAPI: add bpy.utils.execfileCampbell Barton
2018-11-16Fix related to T57851: broken normalmap handling in py shader wrapper.Bastien Montagne
2018-11-16Keymap: allow filling in existing key-configsCampbell Barton
2018-11-16WM: fix hard coded renameCampbell Barton
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-15Fix node_shader_utils: "Specular Tint" is a float (not a color)Philipp Oeser
2018-11-15UI: remove node tree panelsCampbell Barton
2018-11-15WM: use Python bytecode cache to run presetsCampbell Barton
2018-11-15Keymap: remove keymap export that wrote API callsCampbell Barton
2018-11-15Tool System: use preset keymap loading logicCampbell Barton
2018-11-14Py API Docs: documentation for gpu_extras.presetsJacques Lucke