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>2019-12-01 23:24:45 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-08 23:42:14 +0300
commit90d3e69f6597f9d0a3b670b41441cb5ae5ebabe2 (patch)
tree4fa0681b5628e5d5d70827a60556100c2c852f69 /render_povray/__init__.py
parent41d06336af87fee59a5dae767aa4315152f49222 (diff)
pov: more api fix
texture slot steps further
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 d172d1d5..96d1319c 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -775,7 +775,7 @@ class MaterialTextureSlot(PropertyGroup):
use: BoolProperty(
name="",
description="Enable this material texture slot",
- default = False)
+ default = True)
use_from_dupli: BoolProperty(
name="",