When a new Bezier curve is created, the "Path Animation" is checked (enabled) by default. This patch modifies "Convert to Curve" to also enable "Path Animation" by default, which ultimately fixes the crash described in T90153
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
So the default behavior is one thing, but the more basic issue is that the app crashes in BKE_where_on_path when "Path Animation" is disabled. This update adds a check that returns false from BKE_where_on_path if anim_path_accum_length is NULL