From e38cd65d136dba14ca7c4e9d678a6f0db36ddc1a Mon Sep 17 00:00:00 2001 From: Thomas Larsson <thomas_larsson_01@hotmail.com> Date: Wed, 13 Jun 2012 11:55:38 +0000 Subject: [PATCH] Custom shapes on layer 20 hidden_render and not only hidden. --- io_import_scene_mhx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py index fbe47add9..5fa282a31 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] -- GitLab