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:
Diffstat (limited to 'render_povray/ui.py')
-rw-r--r--render_povray/ui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/render_povray/ui.py b/render_povray/ui.py
index 09f77cf2..49bcda3a 100644
--- a/render_povray/ui.py
+++ b/render_povray/ui.py
@@ -2345,6 +2345,9 @@ class TEXTURE_PT_POV_context_texture(TextureButtonsPanel, Panel):
"pov_texture_slots",
mat.pov,
"active_texture_index",
+ rows=2,
+ maxrows=16,
+ type="DEFAULT"
)
col = row.column(align=True)
col.operator("pov.textureslotadd", icon='ADD', text='')