diff --git a/korman/exporter/convert.py b/korman/exporter/convert.py index bf126ff..6b4cdb1 100644 --- a/korman/exporter/convert.py +++ b/korman/exporter/convert.py @@ -346,7 +346,7 @@ class Exporter: def has_coordiface(self, bo): if bo.type in {"CAMERA", "EMPTY", "LAMP"}: return True - if bo.parent is not None: + if bo.parent is not None or bo.children: return True if bo.name in self.actors: return True