Draft: update Draft Point viewprovider to account for ShapeAppearance
Without this mod there is an error when opening a V0.21 file with a Draft Point. As well as when creating a Draft Point in V0.22.
This commit is contained in:
@@ -45,8 +45,7 @@ class ViewProviderPoint(ViewProviderDraft):
|
||||
vobj.setEditorMode('DisplayMode', mode)
|
||||
vobj.setEditorMode('Lighting', mode)
|
||||
vobj.setEditorMode('LineMaterial', mode)
|
||||
vobj.setEditorMode('ShapeColor', mode)
|
||||
vobj.setEditorMode('ShapeMaterial', mode)
|
||||
vobj.setEditorMode('ShapeAppearance', mode)
|
||||
vobj.setEditorMode('Transparency', mode)
|
||||
|
||||
def getIcon(self):
|
||||
|
||||
Reference in New Issue
Block a user