[CLI] How to create image texture per image layer?

Hey,

I am trying to automate wrinkle map sets from a head scanner setup.
I am sitting a script that aims to automate the texture calculation of several image layers (normals, height, albedo).

The documentation is a bit silent on this.
I want to set the layer (geometry, texture01, texture02, texture03) and then -calculateTexture

Update I am trying to store the selected image layer in the settings panel → export to file
and then load that file in the cli - but still… only the selected texturing layer in the options panel is processed - never the one in the xml file

the exported value is
entry key=“ImageLayerForTexturing” value=“4097”/

while the folder is called _texture02_normals - any idea what is happening?

Alright,
the solution is to call the variable directly

-set ImageLayerForTexturing=height

I can see that you found the solution, but for future reference, you can change some settings using the set command. You can find the list of keys and values here:

https://rchelp.capturingreality.com/en-US/tutorials/setkeyvaluetable.htm

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.