Community
Arnold for Maya Forum
Rendering with Arnold in Maya using the MtoA plug-in.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to convert textures to Tx file format ?

6 REPLIES 6
Reply
Message 1 of 7
Harlyo
3915 Views, 6 Replies

how to convert textures to Tx file format ?

Hello everyone , am trying to find a way to convert all of the used textures to tx format so i can get faster render times loading textures , however it seems there is automatic way in maya also another way using Tx manager think that also does the job , how to do it then for 3ds max ! if anyone knows a way please help !

Tags (3)
Labels (3)
6 REPLIES 6
Message 2 of 7
timh5D75Z
in reply to: Harlyo

It should convert your textures automatically when you start a render. Check your textures folder and see whether there are .tx files there.

Message 3 of 7
Christoph_Schaedl
in reply to: Harlyo

use the makeTX tool if you like to convert it from hand.

https://docs.arnoldrenderer.com/display/A5AF3DSUG/Maketx

----------------------------------------------------------------
https://linktr.ee/cg_oglu
Message 4 of 7
Harlyo
in reply to: Christoph_Schaedl

i have tried that but couldnt get it to work or too hard to understand i honestly dont know

Message 5 of 7
Harlyo
in reply to: timh5D75Z

i think when u use auto mipmap it converts textures to tx , but i dont see tx in the main texture folder ! does it exists only during the render , do u have any idea about using the auto-tile option ! does it help make render faster ?

Message 6 of 7
zenop
in reply to: Harlyo

@Mamdouh Fahmy

In case you want to do it manually, you can use maketx as @Christoph Schaedl mentioned. It's very simple and in general it's worth learning how to do these kind of things.

1. Open up a cmd prompt

2. Replace this path with the correct maxtoa install path on your machine:

C:\solidangle\maxtoadeploy\2017\bin\maketx.exe

3. Then just paste that into the cmd prompt along with some flags to specify options for maketx, so you cmd looks something like (do not forget to replace the image paths):

C:\solidangle\maxtoadeploy\2017\bin\maketx.exe -v -u --oiio --checknan --filter lanczos3 path/to/fileIn.tif -o path/to/fileOut.tx

Note that if you have images holding "colors" as opposed to "data", you should linearize them at this point in the process. You can do this by adding this flag to the cmd:

C:\solidangle\maxtoadeploy\2017\bin\maketx.exe -v -u --oiio --checknan --filter lanczos3 path/to/fileIn.tif -o path/to/fileOut.tx --colorconvert sRGB linear
Message 7 of 7
jon.bell
in reply to: Harlyo

We also have this AKN article on how to convert bitmap textures to .TX with a batch file. If the hotlink doesn't work, here's the raw url:

https://knowledge.autodesk.com/support/3ds-max/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to...



Jon A. Bell
Senior Technical Support Specialist, 3ds Max

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report