Fixed iname bug
This commit is contained in:
parent
d91bd2425a
commit
783687aeb3
|
|
@ -1113,6 +1113,7 @@ class Shape (object):
|
||||||
self.shapedata=[]
|
self.shapedata=[]
|
||||||
self.filled=False
|
self.filled=False
|
||||||
self.type="Shape"
|
self.type="Shape"
|
||||||
|
self.iname = None
|
||||||
####################-----TEMPORARY-----#########################
|
####################-----TEMPORARY-----#########################
|
||||||
self.name = "s"+str(int(random.random()*10000))+str(SITER)
|
self.name = "s"+str(int(random.random()*10000))+str(SITER)
|
||||||
SITER+=1
|
SITER+=1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue