Draft: fix depency of patharray normal on view direction

Change normal calculation to use get_shape_normal
This commit is contained in:
Roy-043
2026-02-12 18:31:01 +01:00
committed by Chris Hennes
parent 9e042ff480
commit a8757f7947

View File

@@ -604,7 +604,7 @@ def placements_on_path(
if forceNormal and normalOverride:
normal = normalOverride
else:
normal = DraftGeomUtils.get_normal(pathwire)
normal = DraftGeomUtils.get_shape_normal(pathwire)
if normal is None:
normal = App.Vector(0, 0, 1)