Page 1 of 1

Compatibility issues between octane and unreal materials

Posted: Fri Oct 07, 2022 10:02 am
by banandai
Problems with convertation Octane material from orbx scene to Unreal 4.27
1. If the texture passes through Color correction node then it will not be imported into Unreal material
2. Texture emission node assign as normal, Roughness as Specular, Opscity as refraction, Normal as Opacity.
3. Most of the normal map is imported as a non-srgb image.
Currently scripts from users work better than orbx converter in unreal.
Example:
Orbx import
Image
Сonversion of materials using a script viewtopic.php?f=88&t=58420, after imported in fbx format
Image

Re: Compatibility issues between octane and unreal materials

Posted: Mon Oct 10, 2022 4:04 pm
by ChrisHekman

Code: Select all

1. If the texture passes through Color correction node then it will not be imported into Unreal material
This is now fixed and will be part of the next build.
2. Texture emission node assign as normal, Roughness as Specular, Opscity as refraction, Normal as Opacity.
This was an issue with universal materials, and should be fixed in the next build.

Code: Select all

3. Most of the normal map is imported as a non-srgb image.
Ill take a look at this.