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-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
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-13Python GPU API: gpu_extras.presets.draw_texture_2dJacques Lucke
2018-11-12style fixJacques Lucke
2018-11-12Fix: draw_circle_2d not using the segment count from parameter listJacques Lucke
2018-11-11Fix T57776: Error when adding a Torus to the scene.Bastien Montagne
2018-11-09Py API Docs: Warnings for some properties that are slower to access than expe...Jacques Lucke
2018-11-09Keymap: skip loading the keymap preset in background modeCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Py API Docs: show gpu_extras moduleJacques Lucke
2018-11-06Fix/cleanup RNA viewlayer API.Bastien Montagne
2018-11-01Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Cleanup: move progress utility module into bpy_extrasCampbell Barton
2018-10-26Correction for Gizmo.draw_custom_shape utility APICampbell Barton
2018-10-26PyAPI: gpu utility module to create new batchesJacques Lucke
2018-10-26Cleanup: minor change to last commitCampbell Barton
2018-10-26Update Gizmo.draw_custom_shape for API changesCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25PyAPI: initial gpu_extras module (circle drawing utility)Campbell Barton
2018-10-24Fix T57366: Mesh.from_pydata invalid loose-edge stateCampbell Barton
2018-10-19Merge branch 'master' into blender2.8Campbell Barton
2018-10-19Fix error disabling all addonsCampbell Barton
2018-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-10-17node_shader_utils: Proper fix for node_normalmap accessor returning ellipsis ...Bastien Montagne