persistence in edited properties - also notice a strange feature of new py

Subscribers:
1,520
Published on ● Video Link: https://www.youtube.com/watch?v=tlBhXgHe1Q0



Duration: 4:08
12 views
1


persistence in edited properties - also notice a strange feature of new py

overwriting a string with any type other than string ends up setting the value to -1

del object['stringValue']
object['stringValue']=new value

works though :|