-
Notifications
You must be signed in to change notification settings - Fork 53
Description
OS: Windows 10, 64bit
Addon: v2.2.0
Blender: v3.3.1
Console errors when importing .PLY sequence.
Steps to reproduce the behavior:
Go to File->Import->Mesh Sequence,
Enter the first few letters of my files,
Get the following error in the info log:
Python: Traceback (most recent call last): File "C:\Users\hyper\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Stop-motion-OBJ\panels.py", line 320, in execute meshCount = loadSequenceFromMeshFiles(seqObj, mss.dirPath, mss.fileName) File "C:\Users\hyper\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Stop-motion-OBJ\stop_motion_obj.py", line 880, in loadSequenceFromMeshFiles mss.fileImporter.load(mss.fileFormat, file, False) File "C:\Users\hyper\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Stop-motion-OBJ\stop_motion_obj.py", line 470, in load self.loadPLY(filePath, streaming) File "C:\Users\hyper\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\Stop-motion-OBJ\stop_motion_obj.py", line 541, in loadPLY bpy.ops.wm.ply_import( File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\bpy\ops.py", line 113, in __call__ ret = _op_call(self.idname_py(), None, kw) AttributeError: Calling operator "bpy.ops.wm.ply_import" error, could not be found
Expected:
Import PLY Sequence - as advertised.
Said PLY import feature is why I decided to buy the product. I have taken the caution to double-check my Blender version.
