3ds max pymax 当maxscript中函数的参数类型在python中无法定义时的解决方法

3ds max pymax 当maxscript中函数的参数类型在python中无法定义时的解决方法

例如 bitArray

form pymax import runtime as rt

rt.testfun(rt.readvalue(rt.StringStream("#{1..5}")))

例如maxscipt中的Name类型#xxxx

rt.readvalue(rt.StringStream("#xxxx"))
posted @ 2022-03-11 17:56  ibingshan  阅读(147)  评论(0编辑  收藏  举报