Skeleton impurities (roots,effectors) now included by default, zaa_reader and msh_reader combined in chunked_file_reader, skin and skeleton parentage issues worked out. TODO: Fill material properties on import, decide what to do with SkeletonProperties.
This commit is contained in:
@@ -240,6 +240,8 @@ def get_is_model_hidden(obj: bpy.types.Object) -> bool:
|
||||
|
||||
name = obj.name.lower()
|
||||
|
||||
if name.startswith("c_"):
|
||||
return True
|
||||
if name.startswith("sv_"):
|
||||
return True
|
||||
if name.startswith("p_"):
|
||||
|
||||
Reference in New Issue
Block a user