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

Question about creating new rules using Editor #7

Closed blsinhvn closed 2 years ago

blsinhvn commented 2 years ago

image

First, really appreciated the work you put into this. I have some questions/issues to create a new rule, so basically I used the preset "mayasoftware to vray" and when it converts, the slot for specular color is connected to the reflection color in vrayMtl. And, I believe it supposed to be connected to the reflection glossiness channel which is just float value and the problem I have is I cannot make a rule with float 3 value to float value.

any ideas or workaround for this situation?

btw, this script is so useful kudos to you thanks!

mhdmhd commented 2 years ago

Thanks, glad you like it. No you cannot connect two incompatible attributes, and logically that proves that they should not be converted to each other.

blsinhvn commented 1 year ago

alrighty thanks!