def shift():
bpy.types.Scene.shift_verts = IntProperty(
name="shift_verts",
description="shift vertices of smaller object, it can reach maximum (look right), to make patterns",
min=0, max=1000, #maxim(), - this cannot be updated
default = 0, options={'ANIMATABLE', 'LIBRARY_EDITABLE'})
return
评论列表
文章目录