Have you found a way around this? I’m getting the same error (Windows-64, Blender 2.8) with default rigs from Rig Builder. Weird block is there. Positioning can be fixed by setting HumanoidRootPart position to 0s.
Only warning on Roblox side was for face decal, which I removed.
No, i have tried several times to get this to work for me and it does not. I tired the blender 2.7x version and the 2.8 version. Double-checked all version of everything were correct, followed all the steps. NOTHING.
Just cant get it to work and I gave up a while back.
You should probably try using blender 2.79, some newer builds of 2.8 changed something which seems to cause issues with the blender addon. Once the 2.8 beta is over I’ll look into fixing it up again (as the API still isn’t completely stable during the beta).
testmodelRthro.obj (1.2 MB)
Can someone with a working Blender 2.8 importer try importing this obj file (a default Antro-Normal character) to help me figure out if the problem I’m having is with the export from Roblox or the import to Blender? Thanks!
I get something like this. Everything is one mesh and the block is really 2k triangles (a bunch layers on top of one another).
The 2.79 import and rebuild rig works for me. It’s currently possible to save and then open in 2.8 and animate/export from there. Thanks very much for your guidance and for this great tool!
hey @Den_S i’m getting some error with blender 2.8, i was using the old blender for animating stuff but when i try using the new blender 2.8 it keep getting this error.
Newer Blender 2.8 versions have some changes in the .obj import behavior, it’s suggested to use 2.79 for now (or use a much older 2.8 version). The 2.8 addon will be updated whenever 2.8 its API becomes more stable.
I’ve been messing around with this blender addon code and import obj code from blender itself. I might have found a permanent solution (regarding the UI changes and importing obj to seperate objects) to make the addon work again on 2.8x as shown in the code it’s unlikely that the import method will change between now and the stable release. The only difference might be that the addon would more be a “official” addon rather than 1 script. I’ll try to finish the combination between your source code and the obj. If you want to look into it once I’m done feel free to message me.
Btw @Den_S I’ll have to give my compliments to you, your addon made me really curious to start doing more in python as I’ve been looking to get more knowledge on different coding languages.
Oh well. I tried to import the character in 2.79 in a blank file, delete the camera and light. Select everything and copy it, then paste it in a blender 2.8 file and it seems to work fine
this works too idd. the only reason i reworked the whole script is to have something i can apply my knowledge on or even learn from regarding the python coding language