Skip to content
Snippets Groups Projects
Commit 5ad0c249 authored by Campbell Barton's avatar Campbell Barton
Browse files

use relative imports for povray

parent 06b71c0b
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ if "bpy" in locals():
else:
import bpy
from bpy.props import StringProperty, BoolProperty, IntProperty, FloatProperty, FloatVectorProperty, EnumProperty
from render_povray import render
from render_povray import ui
from . import render
from . import ui
def register():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment