Gvgeo / Pivot-Painter-for-Blender

Pivot Painter is a Blender addon to create a 3d model, that will use the Pivot Painter Tool's shaders in Unreal Engine 4
GNU General Public License v3.0
154 stars 29 forks source link

Update to blender 2.80 #1

Closed MajesticMack closed 5 years ago

Gvgeo commented 5 years ago

I guess I should not hide it so good, but here is where I stopped, careful not to lose work. Some parts still do not work. http://drive.google.com/drive/folders/1glS3xKNoc11d6tOdSoKKIRujsWsSffPP?usp=sharing

I don't plan to touch it again till the stable release of 2.80. But if you find something need to change, tell me to fix the repository sooner than later, to make proper merge.

btw "rename file so blender can detect the addon" what? why? Did I missed something?

MajesticMack commented 5 years ago

btw "rename file so blender can detect the addon" what? why? Did I missed something?

This may have been an issue on my part as installing the addon would put PivotPainterTool.py into a "pivot-painter-for-blender" directory causing blender to not detect the addon. The only way I could get blender to detect the addon was by turning the directory into a python package, hence renaming to __init\.py

Also, if you're worried about the blender python api changing it's already set in stone. No need to wait for stable.