Skip to content
Snippets Groups Projects
Commit 3d85aa6e authored by lijenstina's avatar lijenstina
Browse files

Edit Operator Source: Add Wiki link

Bump to version 1.2.2
parent 8c0d28af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment