edit-cd2025/settingtypes.txt

17 lines
1011 B
Plaintext
Raw Normal View History

# The maximum number of entities used to construct the paste preview.
# If the copied area has a larger number of nodes, some nodes will be randomly excluded from the preview.
edit_paste_preview_max_entities (Paste preview max entities) int 2000
2022-07-21 12:43:41 -05:00
# The maximum volume of any edit operation. Increase to allow larger operations.
edit_max_operation_volume (Max edit operation volume) int 20000
2022-07-21 12:43:41 -05:00
2023-03-20 12:15:40 -05:00
# When the fill operation has a larger volume then the specified number, fast node fill will be used.
# To disable fast node placement, set the threshold to be equil to the max operation volume.
# To disable slow node placement, set the threshold to 0.
# With fast node placement, callbacks are not called so some nodes might be broken.
edit_fast_node_fill_threshold (Fast node fill threshold volume) int 2000
2024-02-19 20:02:24 -06:00
# If one side of the polygon preview is greater than this setting,
# a wire frame is used instead of the full preview.
edit_polygon_preview_wire_frame_threshold (Polygon preview wire frame threshold) int 40