mhdmhd / MayaSceneConverter

Maya Scene Converter is a python-based Qt tool for converting scenes from a render engine to another in Maya.
GNU General Public License v3.0
56 stars 8 forks source link

Arnold to Redshift Normal Map #3

Closed jseagull3d closed 2 years ago

jseagull3d commented 3 years ago

I'm trying to amend the rules for converting Arnold to Redshift.

Out of the box, aiNormalMap nodes fail conversion entirely, and drop their upstream textures as well. I've set up a rule to convert aiNormalMap to RedshiftBumpMap, but it still requires manual cleanup because in Arnold the selector for tangent space is a bool and in Redshift it's an enum (for heightmap/tangent/object). Can this be fixed at a deeper level?

mhdmhd commented 3 years ago

Although the converter helps with similar parameters and in this case is supposed to be similar, this Arnold's parameter is very uncommonly different. I am very sorry, it seems there is no easy solution for now.