prof-kerfuffle / kput

Blender addon - Convenience tool for importing PBR materials with UDIM support
GNU General Public License v2.0
12 stars 0 forks source link

Can't Install #1

Closed sebastianpetrovski closed 3 years ago

sebastianpetrovski commented 3 years ago

Hey,

Thanks so much for sharing this.

I tried installing on Blender 2.92 and it doesn't appear to install. No error message. It doesn't show in Preferences>Add-ons (installed or uninstalled) and there is no KP tab in the Shader Editor. Any ideas of what I'm missing?

Look forward to hearing from you.

Sebastian

sebastianpetrovski commented 3 years ago

Hey,

Sorry, false alarm, I figured it out. For anyone else that might encounter this I'll write below...

I had to manually copy over the files. The location is different than what is listed online, maybe because my Blender install is through the Windows Store. I searched C:\ for Blender Foundation and continued to navigate forward to:

Blender Foundation>Blender>2.92>scripts>addons

Additionally, I had a weird issue where the plugin was throwing an error saying it couldn't find one of the 1001 UDIM files it had successfully created. I think it was to do with a regular space in the file name throwing the script (my mesh name was "Hoodie 3")

So I changed my output naming scheme in Substance Painter from: $mesh_$textureSet_BaseColor(.$udim) to $textureSet_BaseColor(.$udim)