Create blender-resize-128.py
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
import bpy
|
||||||
|
for img in bpy.data.images:
|
||||||
|
try:
|
||||||
|
# for empty render result image, etc.
|
||||||
|
img.scale(128, 128) # (width, height)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user