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:
authorThomas Larsson <thomas_larsson_01@hotmail.com>2012-06-13 15:55:38 +0400
committerThomas Larsson <thomas_larsson_01@hotmail.com>2012-06-13 15:55:38 +0400
commite38cd65d136dba14ca7c4e9d678a6f0db36ddc1a (patch)
treeedf2608843a890103cab2567e360b74986c8ce56 /io_import_scene_mhx.py
parent2d03a897dd8b008475d8358f6cef3a0b08bd7090 (diff)
Custom shapes on layer 20 hidden_render and not only hidden.
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index fbe47add..5fa282a3 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -2414,6 +2414,7 @@ def hideLayers(args):
for n in hidelayers:
if ob.layers[n]:
ob.hide = True
+ ob.hide_render = True
if boneLayers:
human = args[1]