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-02-26 14:17:07 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2011-02-26 14:17:07 +0300
commit45c0679c7d2011d9ec2d45bb373cac42b0cd3325 (patch)
treebe1d84960df4ef6ec9d9128c59c10569650e06e8 /render_povray/__init__.py
parentbba5fb574e707a40ee5012b704436479b09043e4 (diff)
API change
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index d5ff9afd..2c54bf26 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
"author": "Campbell Barton, Silvio Falcinelli, Maurice Raybaud, Constantin Rahn",
"version": (0, 0, 8),
"blender": (2, 5, 6),
- "api": 34650,
+ "api": 34950,
"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",