Fix T95444: dxf import issue with curve object
commit7476c1ac248472c1442b3fb1cb3e0a79747e48f6
authorPratik Borhade <PratikPB2123>
Mon, 21 Feb 2022 11:00:38 +0000 (21 12:00 +0100)
committerBastien Montagne <bastien@blender.org>
Mon, 21 Feb 2022 11:00:42 +0000 (21 12:00 +0100)
tree07e6d844e61a644bf92db809b4a832186ebe7699
parentbfcf35f7464b9445322b2ba3bc8214339bd91317
Fix T95444: dxf import issue with curve object

File with curve object can not be imported after python 3.10
Cast count value explicitly to int for fixing the import problem

Reviewed By: mont29

Maniphest Tasks: T95444

Differential Revision: https://developer.blender.org/D14156
io_import_dxf/dxfimport/do.py