neverhood311 / Stop-motion-OBJ

A Blender add-on for importing a sequence of OBJ meshes as frames
GNU General Public License v3.0
687 stars 52 forks source link

STL sequence not animating #170

Closed mboop127 closed 2 years ago

mboop127 commented 2 years ago

I am using the most recent github release of this library and blender 2.93.5

Steps To Reproduce Steps to reproduce the behavior:

  1. Load attached zip, unzip to folder
  2. load sequence

For me, the sequence loads but does not actually animate. I have confirmed my plugin is working using both test files (horse gallop and hypergrid), and have attempted converting the STLs to OBJ in blender, but the OBJ sequence did not animate either. I may be doing something wrong, or the plugin may be having trouble reading these stls (exported from a program called QBlade).

Any help appreciated!

test.zip

neverhood311 commented 2 years ago

A few questions:

mboop127 commented 2 years ago

Confirmed the issue was no prefixes, once added it worked. Apologies - if it wasn't clear in the docs (it may have been!) you may consider adding that requirement explicitly.