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>2012-02-26 22:02:32 +0400
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2012-02-26 22:02:32 +0400
commit556c86726b4f4fdb9c6ea7bbc424389508f85e0d (patch)
tree26372dc5562476c14f3955f2989bb2d78a5bd626 /render_povray/__init__.py
parent6b9f9771a51450e48d47a816833d100b6ec178bd (diff)
Updated Subsurface scattering Syntax to POV 3.7 RC4 (Blender presets now work)
and corrected typo in wiki link.
Diffstat (limited to 'render_povray/__init__.py')
-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 6ca12db0..b4843919 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -26,8 +26,8 @@ bl_info = {
"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.5/Py/"\
- "Scripts/Render/PovRay",
+ "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",
"category": "Render"}