Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly.

This commit is contained in:
Daniel Sosa
2015-02-21 19:07:14 +00:00
父節點 78890dde07
當前提交 e18525d8c9
共有 2 個文件被更改,包括 20 次插入8 次删除

查看文件

@ -408,14 +408,14 @@ opposite direction over the same axis by `[reverse-amount]`.
//expand right 7 5
### `//outset [h|v] <amount>`
### `//outset [hv] <amount>`
Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`
or vertically in the y axis `[v]`.
//outset v 5
### `//inset [h|v] <amount>`
### `//inset [hv] <amount>`
Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`
or vertically in the y axis `[v]`.