PolyTimotheos / MinistryOfFlat-BlenderAddon

An addon integration for MinistryOfFlat Auto UV for Blender
MIT License
3 stars 0 forks source link

Not working in Blender 3.0 #2

Open displayerror opened 2 years ago

displayerror commented 2 years ago

Hi, I couldn't get this to work in Blender 3.0 so I modified the files. I have no idea how to suggest changes or using GitHub in general so here's what I changed in mofautouvmulti_op.py and mofautouv_op.py:

addonPath = bpy.utils.user_resource('SCRIPTS', "addons") to addonPath = bpy.utils.user_resource('SCRIPTS', path="addons")

and global_clight_size=0.0 to global_clamp_size=0.0

and it appears to be working as intended. Okie, thanks!

PolyTimotheos commented 2 years ago

Thank you! Very kind of you to share your fixes :) I will update the repository soon with those fixes. Is it allright for you, if i give you credits in the commit message ?