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:
committed by
Campbell Barton
parent
0b1c7fef48
commit
68fecf9fa9
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user