Page 1 of 1

Reset all texture compressions at once

Posted: Mon Sep 05, 2022 3:33 pm
by marco_py
Hi,

my scene has over 300 textures and are all set to "RGBA -> bit BC3 faster" in the texture compression.
Is there a way to reset all the compression modes to "Automatic"?

Right now I have to change them 1 by 1 because it doesn't allow batch changing. And I need to do this for 20 other scenes so it would take a long time.

Thanks

Re: Reset all texture compressions at once

Posted: Mon Sep 05, 2022 8:04 pm
by aoktar
Select all image textures and change the compression from attribute manager.

Re: Reset all texture compressions at once

Posted: Tue Sep 06, 2022 2:51 am
by marco_py
Where exactly?
I select all my materials and don't see any option in the attribute manager.
Some materials are universal and some Glossy so they dont have the same settings (e.g albedo input) and I cant adjust settings all at once. If I select a
group of similar materials I still have to change the compression 1 by 1 in the attribute manager.

Image

Re: Reset all texture compressions at once

Posted: Tue Sep 06, 2022 3:59 am
by jayroth2020
Right here, in Materials > Octane Texture Manager:
Texture_Manager.png
Just select the files and adjust them all at once. For compression, click on the Automatic button...

Re: Reset all texture compressions at once

Posted: Tue Sep 06, 2022 12:56 pm
by SSmolak
jayroth2020 wrote: Just select the files and adjust them all at once. For compression, click on the Automatic button...
This is not true.

1. You can select only textures with the same compression type
2. Even if you select textures with the same type you must click 50 times on "Automatic" type if you have selected 50 textures
3. You can do point 1 and 2 only if Cinema 4D will not crash because Manager is very slow and unstable when you have many textures.

Re: Reset all texture compressions at once

Posted: Tue Sep 06, 2022 9:40 pm
by aoktar
Right for multi-selection. So we made a script to reset compression for all textures in all materials. Btw texture manager is not unstable, just making some calculation for accurate information.
See link
viewtopic.php?f=87&t=56039&p=415437#p415437

Re: Reset all texture compressions at once

Posted: Wed Sep 07, 2022 12:06 am
by marco_py
aoktar wrote:Right for multi-selection. So we made a script to reset compression for all textures in all materials. Btw texture manager is not unstable, just making some calculation for accurate information.
See link
viewtopic.php?f=87&t=56039&p=415437#p415437
Thanks this works

Re: Reset all texture compressions at once

Posted: Wed Sep 07, 2022 11:22 am
by SSmolak
aoktar wrote:Right for multi-selection. So we made a script to reset compression for all textures in all materials. Btw texture manager is not unstable, just making some calculation for accurate information.
See link
viewtopic.php?f=87&t=56039&p=415437#p415437
Thank you very much. I know that making good plugin interaction with software is hard and some things can't be fully implemented but Texture Manager is the weaknest part.