Two methods: Method 1: python way. import bpy arr = ["string1", "string2"] class ClassName(bpy.types.Operator): def execute(self, context): for str in arr: ...
確定! 回上一頁