RizomUV is an incredible piece of software and I really wanted to use it with blender efficiently. So I learned Python over the weekend to build my first addon. Currently, the addon is automatic in the sense that you set up the options beforehand inside of Blender and hit the “Auto Unfold!” button that sends it off to unfold to be auto seamed, cut, unfolded, and packed! A few seconds later the model is reimported and the UVs and transferred back to the original model!
Please feel free to give any feedback! As mentioned I just got into Python for the first time, and I’m eager to learn more tips and tricks for improving the addon!
Enjoy! And thanks for the excellent software!
I’m currently working on getting more of the settings into Blender so you have more control over the automatic process!
Haha, yeah you are totally right! I appreciate the kind words! Remember to keep an eye out for improvements and updates until I get the auto updater implemented!
Seems like you might have included the Unfold.exe in the path. That’s a mistake on my part. I should have specified that the user can select the .exe file themselves. Currently, you only have the specify the path to the folder containing the .exe - I thought this would be better since often I find a programs folder to be large and time-consuming to find a specific file. Therefore I added a system that runs through the whole file and finds it for you
I am not quite sure what you have done during the installation process not to be able to run Blender anymore. If you cannot launch the Blender application anymore, I would suggest making a clean reinstall of it. As for installing my plugin. If you follow my instructions, it should work just fine
Has anybody else had trouble getting this addon to install? If you have can you post about it here. If you have had success installing it can you post here as well. Thanks
I would recommend reading up on the UV Tools and seam placement algorithms in Unfold3D so you can properly set up the respective settings in Blender. From the current feedback, I can see that users have a hard time using the addon, so I will be making a small tutorial soon on how to use it, install it etc. For now, you can see what each setting does by hoving the mouse of the setting
I have the same problem. Sometimes it works with random objects. But most of the time the add-on does its work in unfod3d, then closes it, and when I again select the object and switch to the editing mode the UV does not change or turns into a square on the whole area
Exactly. With a cube there is not much you can do wrong settings-wise. It’s not that I get bad unwraps, it’s that I get completely wrong unwraps which look like something went wrong either inside the script in unfold3d or with the transfer back. I also sometimes get something like a “list out of range” python error in Blender after using the addon a couple of times.
Exactly. With a cube there is not much you can do wrong settings-wise. It’s not that I get bad unwraps, it’s that I get completely wrong unwraps which look like something went wrong either inside the script in unfold3d or with the transfer back. I also sometimes get something like a “list out of range” python error in Blender after using the addon a couple of times.
I have the same problem. Sometimes it works with random objects. But most of the time the add-on does its work in unfod3d, then closes it, and when I again select the object and switch to the editing mode the UV does not change or turns into a square on the whole area
Can you both try getting the latest version of the addon off my Github. I hope I have fixed the problem. I have also added more featured for manual unwrapping using the tools provided by Unfold3D
You need to put ‘B2Unfold.py’ from zipped folder ‘Addon’ to your blender’s add-ons folder. Two other files (addon_updater.py, addon_updater_ops.py) are not necessary. Instead you must rename ‘B2Unfold.py’ to ‘init.py’.