摘要: Programmatically Selecting Objects import bpy def mySelector(objName, additive=False): # By default, clear other selections if not additive: bpy.ops.o 阅读全文
posted @ 2020-07-19 12:38 背叛的故里纸鹤 阅读(166) 评论(0) 推荐(0)
摘要: Basic Transformations in Edit Mode import bpy import bmesh # Must start in object mode # Script will fail if scene is empty bpy.ops.object.mode_set(mo 阅读全文
posted @ 2020-07-19 12:30 背叛的故里纸鹤 阅读(261) 评论(0) 推荐(0)