Skip to content

Commit 2ab4d7d

Browse files
authored
Added RPR NormalMap node export for HybridPro (#651)
1 parent 37ecb5e commit 2ab4d7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rprblender/nodes/rpr_nodes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,9 @@ def export(self):
10321032
def export_hybrid(self):
10331033
return self.get_input_normal('Map')
10341034

1035+
def export_hybridpro(self):
1036+
return self.export()
1037+
10351038

10361039
class RPRShaderNodeEmissive(RPRShaderNode):
10371040
""" Emissive node, only has a color and intensity """

0 commit comments

Comments
 (0)