Not working for wrl files in 4.4 keeps throwing error
Python: Traceback (most recent call last):
File "C:\Users\Dhruv\AppData\Roaming\Blender Foundation\Blender\4.4\extensions\blender_org\drag_and_drop_support\formats\x3d.py", line 31, in execute
bpy.ops.import_scene.x3d(filepath=self.filepath())
File "C:\Program Files\Blender Foundation\Blender 4.4\4.4\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: Calling operator "bpy.ops.import_scene.x3d" error, could not be found
Not working for wrl files in 4.4 keeps throwing error Python: Traceback (most recent call last): File "C:\Users\Dhruv\AppData\Roaming\Blender Foundation\Blender\4.4\extensions\blender_org\drag_and_drop_support\formats\x3d.py", line 31, in execute bpy.ops.import_scene.x3d(filepath=self.filepath()) File "C:\Program Files\Blender Foundation\Blender 4.4\4.4\scripts\modules\bpy\ops.py", line 109, in call ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: Calling operator "bpy.ops.import_scene.x3d" error, could not be found