Hi everybody!
I'm new here and totaly new to maxscripting.
I've looked around and it seems possible but no clue how to get
started. I'm looking for a script that will allow me to resize the bitmap
texture of a selected object.
For example a cube in scene has an 512x512 diff map assigned to it
and I would like to bring it down to 128 x 128
If anyone can steer to a right direction it would be much
appreciated.
Thank you!
RK
Replies
Maybe you can try using render to texture to render a smaller image size (with MaxScript).
This basically does a straight resize with nearest neighbour. It's fast, but whether nearest neighbour filtering is sufficient for your needs is up to you.