StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Update material.py for blender 3.3.0 #155

Closed jtsage closed 1 year ago

jtsage commented 2 years ago

The name of the "Separate RGB" input has changed from Image to Color in blender 3.3.0. Also support just using an image named "Glossmap" instead.

This change is protected by a blender version check.

The "old way" that still works - using the newly renamed node "Separate Color", manually re-named to "Glossmap"

2022-09-13 10_17_16-Blender_  C__Users_jtsag_Desktop_test blend

An optional "new way" - using just an Image Texture manually re-named to "Glossmap"

2022-09-13 10_11_25-Blender

I've not delved deeply into 3.3 yet, but other than this, it all seems to be working correctly - only re-ran a couple quick exports to see if they appeared the same. Fwiw, been on 3.2 for a week or two prior to this, no issues found there.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.1.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: