hou.perms module
Enumeration of permission flag combinations.
Not implemented yet
-
hou.perms.UR=0
-
hou.perms.UW=1
-
hou.perms.UX=2
-
hou.perms.GR=4
-
hou.perms.GW=8
-
hou.perms.GX=16
-
hou.perms.OX=32
-
hou.perms.OR=64
-
hou.perms.OW=128
-
hou.perms.AR=UR+GR+OR
-
hou.perms.AW=UW+GW+OW
-
hou.perms.AX=UX+GX+OX
-
hou.perms.URW=UR+UW
-
hou.perms.URX=UR+UX
-
hou.perms.UWX=UW+UX
-
hou.perms.URWX=UR+UW+UX
-
hou.perms.GRW=GR+GW
-
hou.perms.GRX=GR+GX
-
hou.perms.GWX=GW+GX
-
hou.perms.GRWX=GR+GW+GX
-
hou.perms.ARW=AR+AW
-
hou.perms.ARX=AR+AX
-
hou.perms.AWX=AW+AX
-
hou.perms.ARWX=AR+AW+AX