Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijenstina <lijenstina@gmail.com>2017-06-07 05:14:15 +0300
committerlijenstina <lijenstina@gmail.com>2017-06-07 05:14:15 +0300
commit3d85aa6eb84a279269a2c1828f5c04f2ce6fbd3b (patch)
tree57068edc88c6326c6caf65ebbb10b319dfa7c022
parent8c0d28af3aa28b54bed8a50872a4011f4e4335d2 (diff)
Edit Operator Source: Add Wiki link
Bump to version 1.2.2
-rw-r--r--development_edit_operator.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/development_edit_operator.py b/development_edit_operator.py
index 67b937cc..3124146b 100644
--- a/development_edit_operator.py
+++ b/development_edit_operator.py
@@ -20,12 +20,13 @@
bl_info = {
"name": "Edit Operator Source",
"author": "scorpion81",
- "version": (1, 2, 1),
+ "version": (1, 2, 2),
"blender": (2, 78, 0),
"location": "Text Editor > Edit > Edit Operator",
- "description": "Opens source file of chosen operator, if it is an addon one",
+ "description": "Opens source file of chosen operator, if it is an add-on one",
"warning": "",
- "wiki_url": "",
+ "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
+ "Py/Scripts/Development/Edit_Operator_Source",
"category": "Development"}
import bpy