Comment by fp64

1 year ago

Oh, I had no idea! I don’t have much to do with Katana, I just assumed it was also all python

It used to in older (pre 2.0) versions, but due to Python's GIL lock (and the fact Python's quite a bit slower than lua anyway), it was pretty slow an inefficient using Python with AttributeScripts, so 2.0 moved to Lua with OpScripts...