2022-07-29 07:59:40 -05:00
|
|
|
# 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
|
|
|
|
2022-07-29 07:59:40 -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
|