diff --git a/io_scene_dae/export_dae.py b/io_scene_dae/export_dae.py index c09bff7..acd9cda 100644 --- a/io_scene_dae/export_dae.py +++ b/io_scene_dae/export_dae.py @@ -1370,7 +1370,8 @@ class DaeExporter: self.writel( S_GEOM, 1, "".format( splineid, curve.name)) - self.writel(S_GEOM, 2, "") + self.writel(S_GEOM, 2, "".format( + "true" if curve.splines and curve.splines[0].use_cyclic_u else "false")) points = [] interps = []