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>2010-10-28 00:41:14 +0400
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2010-10-28 00:41:14 +0400
commitce99355030e11f5bf8b74b7252990f589dc9c71e (patch)
tree0cc6d0aac790662d5418b4c251196fa131027cd0 /render_povray/__init__.py
parentc3828e7d063efe62d0d7f0ca6528c53cfab9d660 (diff)
And my first minor commit ever:
I had forgotten to change some names I hope it does work now; This is an adaptation of Povray exporter to render with povray 3.7 if you want more info, there are pdfs in the zip files here on the tracker: https://projects.blender.org/tracker/index.php?func=detail&aid=22717&group_id=153&atid=468
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 155ea07d..4dcbd76f 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -39,8 +39,8 @@ if "bpy" in locals():
else:
import bpy
from bpy.props import *
- from render_povray_37 import ui
- from render_povray_37 import render
+ from render_povray import ui
+ from render_povray import render
def register():
Scene = bpy.types.Scene