3d-fixes
3d-fixes copied to clipboard
blender_3dmigoto.py import issue
I can't import vb.txt and ib.txt using the blender_3dmigoto.py add-on. It says "Only draw calls using a single vertex buffer and a single index are supported now"
Because it's not supported yet, wait until the script receives the update for that
any news on support multiple buffers?
Support for this is now in the blender_multi_vbs_v3 branch. Consider this beta as it has only been very lightly tested and there is a moderate risk it might have broken something - please let me know if you are able to successfully use it, or run into any problems:
https://github.com/DarkStarSword/3d-fixes/blob/blender_multi_vbs_v3/blender_3dmigoto.py
Apologies that it has taken me so long to get around to this.
Closing this as a duplicate of https://github.com/DarkStarSword/3d-fixes/issues/10