From 1ad4915eb52e0175c50d0fba635dd666161aad2e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 19 Sep 2019 11:13:54 +0200 Subject: X3D Import: Fix some geometry-types importers functions. Based on D5822 by Tomas Antecky (@ta), but no reason to keep that unused parameter since those mesh geometry importer functions are all always only called with two parameters... --- io_scene_x3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_x3d/__init__.py') diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py index e02cdc3b..4aec9750 100644 --- a/io_scene_x3d/__init__.py +++ b/io_scene_x3d/__init__.py @@ -21,7 +21,7 @@ bl_info = { "name": "Web3D X3D/VRML2 format", "author": "Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev", - "version": (2, 2, 3), + "version": (2, 2, 4), "blender": (2, 81, 6), "location": "File > Import-Export", "description": "Import-Export X3D, Import VRML2", -- cgit v1.2.3