DXT and Texture Effects

did I miss something or did all of unc’s texture effect modules stop working when fed with DXT file streams?

I attached a little demo which shows strange behaviour of the DX9Texture in all texture effect modules.

the same patch works fine on beta27.2 but not on 28.1 and after…

EDIT:

it seems to work, when the Format of the DX9Texture Node inside the Module gets disconnected and set to ‘No Specific’.
can anyone confirm this?

Bug.zip (584.2 kB)

cofirmed.
while it is good to have the modules output the same format that is input in the special case of dxt formats the modules should probably just return A8… or X8…formats respectively since dxt formats cannot be used as rendertargets.

in the meantime you may use a ChangeFormat (EX9.Texture) just after loading a dxt texture.

works! thanks!