Fix #147606: Spin tool causes immediate crash

Resolve regression in [0], remove unintended trailing space passed to
BMO_op_initf, causing a crash when the spin tool was activated.

Ref !147674

[0]: 83097400f0
This commit is contained in:
tariqsulley
2025-10-09 05:29:34 +00:00
committed by Campbell Barton
parent 0b1c7fef48
commit 68fecf9fa9

View File

@@ -614,7 +614,7 @@ void bmo_spin_exec(BMesh *bm, BMOperator *op)
"use_keep_orig=%b "
"use_normal_flip=%b "
"use_normal_from_adjacent=%b "
"skip_input_flip=%b ",
"skip_input_flip=%b",
op,
"geom_last.out",
use_merge,