armory3d/armory

WARNING: Node tree "wall": material node type MIX_RGB not supported

onelsonic opened this issue · 2 comments

Thank you for contributing to Armory!

Issue description :
After upgrading to Blender 3.6
the standard blender material node MIX_RGB is not supported anymore.
MIX_RGB
and returns the following : WARNING: Node tree "wall": material node type MIX_RGB not supported

To Reproduce
Steps to reproduce the behavior:
Just add an object with the MIX_RGB node in its material.

Expected behavior
What you expected to happen : the MIX_RGB node should render correctly.

System
Blender: 3.6.0
Armory: latest GIT repo
OS: win10

need further tests

The Mix RGB node was replaced with a more generic mix node in 3.4 (see #2821), but the Blender release notes state that "The "MixRGB" node for Shader and Geometry Nodes is converted to the new "Mix Node" on loading". So if this isn't the case, this is likely a Blender bug.