Reference: tweak //smake some more

This commit is contained in:
Starbeamrainbowlabs 2021-06-26 11:51:37 +01:00
parent 0aff7aa476
commit 401af8cc35
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -629,28 +629,28 @@ Usage examples:
Value | Description Value | Description
--------|--------------- --------|---------------
odd | Round up or down, based on mode, all axes specified in `<target>` to the nearest odd length relative to pos1 `odd` | Round up or down, based on mode, all axes specified in `<target>` to the nearest odd length relative to pos1
even | Round up or down, based on mode, all axes specified in `<target>` to the nearest even length relative to pos1 `even` | Round up or down, based on mode, all axes specified in `<target>` to the nearest even length relative to pos1
equal | Set `<target>` axes length equal to the length of `<base>` axis if specified or to the length of the largest, smallest or average of the `<target>` axes based on mode. `equal` | Set `<target>` axes length equal to the length of `<base>` axis if specified or to the length of the largest, smallest or average of the `<target>` axes based on mode.
### `<mode>`: grow|shrink|average ### `<mode>`: grow|shrink|average
#### *If `<operation>` == odd or even:* #### *If `<operation>` == odd or even:*
Value | Description Value | Description
------------|-------------- ----------------|--------------
grow | Grow each axis specified in `<target>` to the nearest odd/even number to itself `grow` | Grow each axis specified in `<target>` to the nearest odd/even number to itself
shrink | Shrink each axis specified in `<target>` to the nearest odd/even number to itself `shrink` | Shrink each axis specified in `<target>` to the nearest odd/even number to itself
average/avg | Take the average of all axes specified in `<target>` and then for each specified axis grow or shrink it, depending on weather it is less than or greater than the average, to the nearest odd/even number to itself `average`|`avg` | Take the average of all axes specified in `<target>` and then for each specified axis grow or shrink it, depending on weather it is less than or greater than the average, to the nearest odd/even number to itself
#### *If `<operation>` == equal:* #### *If `<operation>` == equal:*
The `<mode>` argument can be omitted and will not be parsed if present if `<base>` is specified The `<mode>` argument can be omitted and will not be parsed if present if `<base>` is specified
Value | Description Value | Description
------------|--------------- ----------------|---------------
grow | Grow each axis specified in `<target>` to the length of the longest specified axis `grow` | Grow each axis specified in `<target>` to the length of the longest specified axis
shrink | Shrink each axis specified in `<target>` to the length of the shortest specified axis `shrink` | Shrink each axis specified in `<target>` to the length of the shortest specified axis
average/avg | Set each axis specified in `<target>` to the average length of all the specified axes `average`|`avg` | Set each axis specified in `<target>` to the average length of all the specified axes
### Additional arguments: ### Additional arguments: