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:
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 16a1e5da..1aa72f17 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -20,18 +20,19 @@
bl_info = {
"name": "POV-Ray 3.7",
- "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn, Bastien Montagne",
+ "author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, "
+ "Constantin Rahn, Bastien Montagne",
"version": (0, 0, 9),
"blender": (2, 57, 0),
"location": "Render > Engine > POV-Ray 3.7",
"description": "Basic POV-Ray 3.7 integration for blender",
"warning": "both POV-Ray 3.7 and this script are beta",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Render/POV-Ray",
- "tracker_url": "https://projects.blender.org/tracker/index.php?"
- "func=detail&aid=23145",
+ "Scripts/Render/POV-Ray",
+ "tracker_url": "https://developer.blender.org/T23145",
"category": "Render"}
+
if "bpy" in locals():
import imp
imp.reload(ui)
@@ -54,7 +55,7 @@ else:
from . import ui
from . import render
from . import update_files
-
+
###############################################################################