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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-27 18:27:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-27 18:27:55 +0300
commitebeeb59020f86fa0504f364d7703aa9dd100978b (patch)
tree2390eb23a115908b0d21a3e4c76caa0ab4c6a749 /render_povray/__init__.py
parent8bc9aa9df9885297fc32641e4ffbc333d4c20dfd (diff)
replace imports from *, considered bad practice by python devs.
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 2c54bf26..2a94a6f3 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -40,7 +40,7 @@ if "bpy" in locals():
else:
import bpy
- from bpy.props import *
+ from bpy.props import StringProperty, BoolProperty, IntProperty, FloatProperty, FloatVectorProperty, EnumProperty
from render_povray import ui
from render_povray import render