SubLink: fix save-load errors
This commit is contained in:
parent
a4a2eab2bf
commit
65da825fae
|
@ -194,6 +194,12 @@ class LatticeSubLink:
|
||||||
if type(attr) is list:
|
if type(attr) is list:
|
||||||
self.assignProp(selfobj,"App::PropertyInteger",propname+"Count",len(attr))
|
self.assignProp(selfobj,"App::PropertyInteger",propname+"Count",len(attr))
|
||||||
|
|
||||||
|
def __getstate__(self):
|
||||||
|
return None
|
||||||
|
|
||||||
|
def __setstate__(self,state):
|
||||||
|
return None
|
||||||
|
|
||||||
class ViewProviderSubLink:
|
class ViewProviderSubLink:
|
||||||
"A View Provider for the SubLink object"
|
"A View Provider for the SubLink object"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user