[Draft] Autogroup bugfix
This commit is contained in:
committed by
Yorik van Havre
parent
68a3729422
commit
5e22086d71
@@ -131,7 +131,7 @@ def autogroup(obj):
|
||||
)
|
||||
return
|
||||
inverse_placement = FreeCAD.Placement(matrix.inverse())
|
||||
if getType(obj) == 'Point':
|
||||
if get_type(obj) == 'Point':
|
||||
# point vector have a kind of placement, so should be
|
||||
# processed before generic object with placement
|
||||
point_vector = FreeCAD.Vector(obj.X, obj.Y, obj.Z)
|
||||
|
||||
Reference in New Issue
Block a user