From 7a3d1e3ffd8b1166a01acbbe0fa5c204098f0fb1 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 23 Oct 2018 17:11:13 -0300 Subject: Rigify: Fix collections/layers Now all the widget elements are in the Widgets collection. And the collection is hidden for the viewport. There is one thing still not fully working, but it is a bug in Blender I believe. Basically not all the custom bones are shown until you go to an object that has its mesh and toggle in and out of edit mode. --- rigify/rigs/widgets.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rigify/rigs/widgets.py') diff --git a/rigify/rigs/widgets.py b/rigify/rigs/widgets.py index 8461d82a..aebe7139 100644 --- a/rigify/rigs/widgets.py +++ b/rigify/rigs/widgets.py @@ -4,7 +4,6 @@ import importlib from mathutils import Matrix from ..utils import create_widget -WGT_LAYERS = [x == 19 for x in range(0, 20)] # Widgets go on the last scene layer. MODULE_NAME = "super_widgets" # Windows/Mac blender is weird, so __package__ doesn't work -- cgit v1.2.3