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-10-02 01:43:44 +0400
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2012-10-02 01:43:44 +0400
commite55581d1ed282960be6755261f14f0b218fdb669 (patch)
tree92961833d9b3066246388bca5cc2ab67562ecb99 /render_povray/__init__.py
parentdece894f25c81b623fafbb9f2456910394fab6c9 (diff)
First try at hair particles support.
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index b4843919..1b7299ec 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -45,6 +45,7 @@ else:
from . import ui
from . import render
from . import update_files
+
###############################################################################