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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-01-14 19:49:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-14 19:49:43 +0300
commit9d8d25cc34b0ff4d393519095fda4dedd1f7f746 (patch)
tree07547235e9294cc01ca67e5b91135a53efe26030 /release/scripts/templates
parentdc1e1baabf001058a3439c8e0153ce5bf6f494ca (diff)
add icons to show community vs official scripts as well as buttons to filter by support level (currently all scripts default to community)
note: we need better icons for this. also formatting edit for ply import.
Diffstat (limited to 'release/scripts/templates')
-rw-r--r--release/scripts/templates/addon_add_object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates/addon_add_object.py b/release/scripts/templates/addon_add_object.py
index 070bf2a9a3a..44073f998ab 100644
--- a/release/scripts/templates/addon_add_object.py
+++ b/release/scripts/templates/addon_add_object.py
@@ -1,4 +1,4 @@
-bl_addon_info = {
+bl_info = {
"name": "New Object",
"author": "YourNameHere",
"version": (1, 0),