|
11 | 11 | <dttab name="darkroom" title="darkroom"> |
12 | 12 | <section title="general"/> |
13 | 13 | <section name="modules" title="modules"/> |
| 14 | + <section name="masking" title="masking"/> |
14 | 15 | </dttab> |
15 | 16 | <dttab name="processing" title="processing"> |
16 | 17 | <section name="general" title="image processing"/> |
|
1571 | 1572 | <shortdescription>smoothing of brush strokes</shortdescription> |
1572 | 1573 | <longdescription>sets level for smoothing of brush strokes.\nstronger smoothing leads to less nodes and easier editing but with lower control of accuracy.</longdescription> |
1573 | 1574 | </dtconfig> |
1574 | | - <dtconfig prefs="darkroom" section="general"> |
| 1575 | + <dtconfig prefs="darkroom" section="masking"> |
1575 | 1576 | <name>masks_scroll_down_increases</name> |
1576 | 1577 | <type>bool</type> |
1577 | 1578 | <default>false</default> |
1578 | 1579 | <shortdescription>scroll down to increase mask parameters</shortdescription> |
1579 | 1580 | <longdescription>when using the mouse scroll wheel to change mask parameters, scroll down to increase the mask size, feather size, opacity, brush hardness and gradient curvature\nby default scrolling up increases these parameters</longdescription> |
1580 | 1581 | </dtconfig> |
| 1582 | + <dtconfig prefs="darkroom" section="masking"> |
| 1583 | + <name>masks/path_resize_amount</name> |
| 1584 | + <type>int</type> |
| 1585 | + <default>2</default> |
| 1586 | + <shortdescription>path mask resize step amount</shortdescription> |
| 1587 | + <longdescription>amount to grow or shrink a path mask per scroll wheel tick when resizing. the unit is set by the 'path mask resize unit' preference.</longdescription> |
| 1588 | + </dtconfig> |
| 1589 | + <dtconfig prefs="darkroom" section="masking"> |
| 1590 | + <name>masks/path_resize_unit</name> |
| 1591 | + <type> |
| 1592 | + <enum> |
| 1593 | + <option>pixels</option> |
| 1594 | + <option>% of path size</option> |
| 1595 | + </enum> |
| 1596 | + </type> |
| 1597 | + <default>pixels</default> |
| 1598 | + <shortdescription>unit for path mask resize step amount</shortdescription> |
| 1599 | + <longdescription>unit for the path mask resize step: 'pixels' uses image pixels, '% of path size' uses a percentage of the path's largest bounding box dimension.</longdescription> |
| 1600 | + </dtconfig> |
| 1601 | + <dtconfig prefs="darkroom" section="masking"> |
| 1602 | + <name>masks/path_resize_resolution</name> |
| 1603 | + <type> |
| 1604 | + <enum> |
| 1605 | + <option>512</option> |
| 1606 | + <option>1024</option> |
| 1607 | + <option>2048</option> |
| 1608 | + <option>4096</option> |
| 1609 | + </enum> |
| 1610 | + </type> |
| 1611 | + <default>2048</default> |
| 1612 | + <shortdescription>path mask resize tracing resolution</shortdescription> |
| 1613 | + <longdescription>internal raster resolution (in pixels on the longest side) used when re-vectorizing a resized path mask. higher values preserve more detail and nodes at the cost of speed.</longdescription> |
| 1614 | + </dtconfig> |
| 1615 | + <dtconfig prefs="darkroom" section="masking"> |
| 1616 | + <name>masks/path_resize_curve_smoothing</name> |
| 1617 | + <type> |
| 1618 | + <enum> |
| 1619 | + <option>sharp</option> |
| 1620 | + <option>balanced</option> |
| 1621 | + <option>smooth</option> |
| 1622 | + </enum> |
| 1623 | + </type> |
| 1624 | + <default>balanced</default> |
| 1625 | + <shortdescription>path mask resize curve smoothing</shortdescription> |
| 1626 | + <longdescription>controls how corners are handled when re-vectorizing a resized path mask. 'sharp' preserves more nodes and corners; 'smooth' produces fewer, rounder control points.</longdescription> |
| 1627 | + </dtconfig> |
1581 | 1628 | <dtconfig prefs="darkroom" section="general"> |
1582 | 1629 | <name>darkroom/mouse/middle_button_cycle_zoom_to_200_percent</name> |
1583 | 1630 | <type>bool</type> |
|
4097 | 4144 | <shortdescription>show right-side buttons in processing module headers</shortdescription> |
4098 | 4145 | <longdescription>when the mouse is not over a module, the multi-instance, reset and preset buttons can be hidden:\n - 'always': always show all buttons,\n - 'active': only show the buttons when the mouse is over the module,\n - 'dim': buttons are dimmed when mouse is away,\n - 'auto': hide the buttons when the panel is narrow,\n - 'fade': fade out all buttons when panel narrows,\n - 'fit': hide all the buttons if the module name doesn't fit,\n - 'smooth': fade out all buttons in one header simultaneously,\n - 'glide': gradually hide individual buttons as needed</longdescription> |
4099 | 4146 | </dtconfig> |
4100 | | - <dtconfig prefs="darkroom" section="modules"> |
| 4147 | + <dtconfig prefs="darkroom" section="masking"> |
4101 | 4148 | <name>darkroom/ui/show_mask_indicator</name> |
4102 | 4149 | <type>bool</type> |
4103 | 4150 | <default>true</default> |
|
0 commit comments