kmammou / v-hacd

Automatically exported from code.google.com/p/v-hacd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to get v-hacd working with blender 3.3

rbx775 opened this issue · comments

Hi guys!

It seems that the v-hacd blender addon itself is working fine with blender 3.3, but it has problems with the 'newer' versions of v-hacd.
There are no *.wrl files being exported by the TestVHACD.exe so the blender operator is subsequently being cancelled everytime.

My guess is that the blender addon parses wrong arguments to v-hacd.
As an artist Im not experienced enough to figure this out on my own, so im thankful for any hint!

I should also say that the previous blender addon exported to *.off, I changed this to *.obj to see if that helps. also I kept the args very short.

this is my altered cmd_line from inside the blender addon.
cmd_line = ( '"{}" --r {} --o {}').format(obj_filename, self.resolution, outObjFileName)

Edit:
Found out I was using the arguments very wrong. Got a working blender addon for blender 3.4 with vhacd 4.0.
Thank you for this amazing tool.