InteractiveComputerGraphics/blender-sequence-loader

So with v0.3.2 Build Also cant import obj sequence, what seems to be wrong?

Opened this issue · 3 comments

Using Build v0.3.2 zip Because v0.3.3 zip would not create a folder with everything packed in it neatly and just drop all the files into the roaming folder loosely. ie could not get it to install through conventional through the blender add on>

So with v0.3.2 Build Also cant import obj sequence, what seems to be wrong?
Screenshot 12-30-2024 17 31 42

Oh dear, I will have to take a look at this. We tried to code the addon such that it uses blenders own obj loader when encountering sequences of obj files, but it seems to have gone awry somewhere. I will put this on the list to investigate. If you can, try to use another format for now and please let me know which version of Blender you are using.

Not sure what the problem with installing v0.3.3 is. I downloaded and installed it in a fresh Blender 4.3 installation just now. Keep in mind that in order to install the new .zip file, you need to go to "Get Extensions", click the arrow dropdown next to "Repositories" and select "Install from disk".

Screenshot 01-10-2025 12 52 51
Installed v0.3.3 as you said! Looks like the same issue. And if its any help, I can get the OBJ Sequence to load in Blender 3.6.19 with the Stop Motion OBJ Addon, but thats of no use to me because its not Blender 4.3+
Screenshot 01-10-2025 12 55 42

I just got time to look at this again. It seems there was a logic problem when the obj did not contain any geometry, i.e., only consisted of points. Can you check if this is fixed for you?