ShapeString: fix for 0.17
This commit is contained in:
parent
062f64c727
commit
88ff0ca035
|
@ -89,6 +89,9 @@ class FoolFeatureDocumentObject:
|
|||
setattr(self,propname,None)
|
||||
self.properties.append((proptype, propname, group, hint))
|
||||
|
||||
def positionBySupport(self):
|
||||
return False
|
||||
|
||||
|
||||
class LatticeShapeString:
|
||||
"The LatticeShapeString object"
|
||||
|
|
Loading…
Reference in New Issue
Block a user