Elektrine lite

← Feed

@yora@mastodon.gamedev.place

Post #716405

2026-03-21 08:58 UTC

#Blender noob question: Is it possible to change the default settings for a new texture? I am probably going to do a lot of textures that are almost all going to be 64x64 pixels and have texture interpolation: closest, and likely not going to make anything else (except sometimes 128x128 resolution). Can I tell Blender to always have a new texture set up like that by default? (And maybe a 1px Paint Pixel Art brush as default brush as well?) #b3d

Replies (3)

  • @yora if it's not possible via preferences, i'd suggest doing a python script that deal with this after import. you could use a naming convention to modify only this set of texture. to find the path to the texture and their paramters, go to the outliner panel and choose the mode "data API", from there it will be clear how to loop over the textures.

    Open ##1250305

  • @gub@framapiaf.org 2026-03-21 11:09

    @yora Create the default texture you need, and duplicate it each time you need a new texture ?

    Open ##1250306

  • @mbt3d@graphics.social 2026-03-22 09:11

    @yora You can set one via the preferences: Initialy the sizes will be greyed out but click on them and enter the size you want. After that using Alt N (in this case) will create a 64x64px image. #b3d

    Open ##1250308