blender-csv-importer icon indicating copy to clipboard operation
blender-csv-importer copied to clipboard

zero division error

Open aum7 opened this issue 4 years ago • 0 comments

hi, thx for sharing,

i got following traceback from python: Python: Traceback (most recent call last): File "C:\Users\chist\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\blender-csv-importer-master\__init__.py", line 1126, in execute visualization = visualizer.visualize(dataStore) File "C:\Users\chist\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\blender-csv-importer-master\__init__.py", line 266, in visualize self.bl_objects = self.create_blender_objects() File "C:\Users\chist\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\blender-csv-importer-master\__init__.py", line 353, in create_blender_objects utils.normalize_objects(objects, scale=10) File "C:\Users\chist\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\blender-csv-importer-master\__init__.py", line 60, in normalize_objects scale_number = scale / max_number ZeroDivisionError: division by zero not sure if it helps for developer,

best regards,

aum s love nia

aum7 avatar Dec 19 '20 12:12 aum7