Appearance
文档用途
说明如何使用 python 编写 blender 插件.
# 调整图片的尺寸 # x, y = desired size of the image bpy.data.images["ImageName"].scale(x, y)