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>2017-09-08 22:38:19 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2017-09-08 22:38:19 +0300
commit1d9d466de8a56705edf8d274fe36157f4701bdb9 (patch)
tree06a383c7e4d6462fadd0a514f70de4674859e69a /render_povray/__init__.py
parenta87b9998d8062c2ddb0d90947179470e892d8e83 (diff)
*Fixed texture normal_factor regression
*Fixed lighting attenuation for a closer match with Blender Internal
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 86286ce5..cfb45f5a 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -36,6 +36,7 @@ if "bpy" in locals():
import importlib
importlib.reload(ui)
importlib.reload(render)
+ importlib.reload(shading)
importlib.reload(update_files)
else: