Node Wrangler: Fix T69268 'Location' still pointing to Ctrl+Space

D5867 by Himanshi Kalra (calra), thx!
This commit is contained in:
Himanshi Kalra 2019-09-25 22:21:55 +02:00 committed by Philipp Oeser
parent 6eb9c11fe0
commit a89261a31c
Notes: blender-bot 2023-02-14 19:08:51 +01:00
Referenced by issue #69268, Node Wrangler 'Location' still pointing to Ctrl+Space
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
bl_info = {
"name": "Node Wrangler",
"author": "Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer",
"version": (3, 35),
"version": (3, 36),
"blender": (2, 80, 0),
"location": "Node Editor Toolbar or Ctrl-Space",
"location": "Node Editor Toolbar or Shift-W",
"description": "Various tools to enhance and speed up node-based workflow",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"