It would be convenient to have something like a "this" (C++) pointer in a Python script. I'd like to get the name of the object that's being calculated, so that I can print it in the console window along with other data. Something like...
object_name = this.GetObjectName() print "Currently calculating "+object_name":\n"
It would be convenient to have something like a "this" (C++) pointer in a Python script. I'd like to get the name of the object that's being calculated, so that I can print it in the console window along with other data. Something like...
object_name = this.GetObjectName()
print "Currently calculating "+object_name":\n"