Skip to content

Commit

Permalink
Arch: temporarily disabled custom subvolume in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 1, 2015
1 parent 60b648b commit 051b38b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Arch/ArchWindow.py
Expand Up @@ -609,7 +609,8 @@ def __init__(self,obj):
ArchComponent.Component.__init__(self,obj)
obj.addProperty("App::PropertyStringList","WindowParts","Arch",translate("Arch","the components of this window"))
obj.addProperty("App::PropertyLength","HoleDepth","Arch",translate("Arch","The depth of the hole that this window makes in its host object. Keep 0 for automatic."))
obj.addProperty("Part::PropertyPartShape","Subvolume","Arch",translate("Arch","an optional volume to be subtracted from hosts of this window"))
# the following line creates problem when restoring saved files (wrongly attributes it to the window shape). Disabling for now...
#obj.addProperty("Part::PropertyPartShape","Subvolume","Arch",translate("Arch","an optional volume to be subtracted from hosts of this window"))
obj.addProperty("App::PropertyLength","Width","Arch",translate("Arch","The width of this window (for preset windows only)"))
obj.addProperty("App::PropertyLength","Height","Arch",translate("Arch","The height of this window (for preset windows only)"))
obj.addProperty("App::PropertyVector","Normal","Arch",translate("Arch","The normal direction of this window"))
Expand Down

0 comments on commit 051b38b

Please sign in to comment.