How to create AutoNull in XSI

Permalink

This is script How to create AutoNull in XSI and Match all transformation


app = Application
oName = app.Selection(0)
oExp ="."
oObj = str.find(oExp, str(oName))
app.GetPrim("Null", "Master_"+str(oName),"","")
oName1 = app.Selection(0)
app.Matchtransform(oName1,oName,"siSRT","")

No comments:

Post a Comment

Thank you, your critique has been accepted