minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
495 stars 91 forks source link

Exporting with pipe type line with growing animation effect fails #331

Open minorua opened 4 months ago

minorua commented 4 months ago
2024-02-19T14:47:25     WARNING    Traceback (most recent call last):
              File "D:\Documents\minorua\QGIS\plugins\Qgis2threejs\exportdialog.py", line 207, in accept
              completed = exporter.export(filepath, cancelSignal=self.ui.pushButton_Cancel.clicked)
              File "D:\Documents\minorua\QGIS\plugins\Qgis2threejs\export.py", line 71, in export
              narration = self.settings.narrations()
              File "D:\Documents\minorua\QGIS\plugins\Qgis2threejs\exportsettings.py", line 569, in narrations
              for g in self.enabledValidKeyframeGroups():
              File "D:\Documents\minorua\QGIS\plugins\Qgis2threejs\exportsettings.py", line 518, in enabledValidKeyframeGroups
              warning_log("Layer '{}': Growing line animation is available with 'Line' and 'Thick Line'.".format(layer.name))
             TypeError: 'NoneType' object is not callable