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
parent 78890dde07
commit e18525d8c9
2 changed files with 20 additions and 8 deletions

View File

@ -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]`.