Folders given value
Kovadon opened this issue · 1 comments
Kovadon commented
In situations where the shapekeys need to be in a specific order to be controlled by drivers/other sources, folders act as a shapekey and end up throwing off the entire order of shapekeys. Fixed by deleting folder, which is a shame I really like the organization it provides.
MichaelGlenMontague commented
Folders are shape keys, they have to be in order to appear in the list. For the moment, the driver issue may be solved in various ways (depending on your use cases) on the user's end by checking to see if the shape key is a folder with ShapeKey.vertex_group.startswith("SKP.")
.