#
# HELP: SYNOPSIS:
# HELP:     register/keys/hidegrey
# HELP:
# HELP: DESCRIPTION:
# HELP:     Hide classes by clicking on them unhide all when nothing is
# HELP:     being pointed at.
#
{ IF ${$root.global.pointer.voxel.x>=0}
	LAYER ${$root.func.eccet.getvoxelclass($root.global.pointer.voxel.x,$root.global.pointer.voxel.y,$root.global.pointer.voxel.z)} ^1
	QUIT
} IF 0 0
{ IF ${$root.global.pointer.voxel.x<0}
	LAYER 0-255 &~1
	QUIT
} IF 0 0
