Python-xNormal icon indicating copy to clipboard operation
Python-xNormal copied to clipboard

Call tools

Open NickShargan opened this issue 9 years ago • 2 comments

Is it possible to call tools of xNormal by this wrapper?

NickShargan avatar Oct 22 '15 08:10 NickShargan

I don't believe so. Basically all this wrapper can do is just set the settings for a call to "Generate Maps"

orangeduck avatar Oct 22 '15 08:10 orangeduck

You can run some tools (but not all of them, it seems). Running xNormal.exe -h shows a Help popup with some examples of other command lines.

For instance, you can pass these flags to run other tools:

  • -aogpu - Simple AO GPU tool
  • -osbm - OBJ to SMB converter
  • -os2ts - Object space to tangent space converter

Support could be added for these tools specifically, but there's no documentation for the other tools. The Object Space to Tangent Space converter seems the most useful one to me, was there any specific tool you wanted to call, @NickShargan?

moppius avatar Jul 18 '19 15:07 moppius