File tree Expand file tree Collapse file tree
io_xplane2blender/xplane_types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def _init(self):
228228 self .attributes ["NORMAL_METALNESS" ].setValue (normal_metalness )
229229 elif not texture_normal and normal_metalness :
230230 logger .warn (
231- f"{ self .xplaneFile .filename } uses Normal Metalness but has no Normal Texture "
231+ f"{ self .xplaneFile .filename } : No Normal Texture found, ignoring use of Normal Metalness "
232232 )
233233
234234 if xplane_version >= 1100 :
@@ -289,7 +289,7 @@ def _init(self):
289289 )
290290 elif not texture_draped_nml and normal_metalness_draped :
291291 logger .warn (
292- f"{ self .xplaneFile .filename } uses Normal Metalness but has no Draped Normal Texture "
292+ f"{ self .xplaneFile .filename } : No Draped Normal Texture found, ignoring use of Normal Metalness "
293293 )
294294
295295 # draped bump level
You can’t perform that action at this time.
0 commit comments