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:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2011-01-16 12:07:17 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2011-01-16 12:07:17 +0300
commit1c6581ff68c0a5b19b248cde833e36a69fb618fd (patch)
treec52c067698922f68b86e8e0a0972780a58089cea
parent107935b5725b7ab6cc5cb643c1b156b9b2267445 (diff)
As suggested by Filiciss Muhgue Api change update
-rw-r--r--render_povray/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 9bbab092..9f9517dd 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -16,12 +16,12 @@
#
# ##### END GPL LICENSE BLOCK #####
-bl_addon_info = {
+bl_info = {
"name": "PovRay 3.7",
"author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
"version": (0, 0, 6),
"blender": (2, 5, 6),
- "api": 31667,
+ "api": 34318,
"location": "Info Header (engine dropdown)",
"description": "Basic povray 3.7 integration for blender",
"warning": "both povray 3.7 and this script are beta",