Open
Description
Here's what the docs say eachpoint()
should do:
Lines 2440 to 2441 in a5fadeb
When each()
is called with useLocalCoordinates=False
, it does no manipulation of the object before passing it on to the callback function:
Line 2423 in a5fadeb
but when eachpoint()
is called with useLocalCoordinates=False
, it manipulates/transforms (p * loc
) the object's location before passing it on to the callback function:
Line 2479 in a5fadeb
I guess it probably shouldn't do that.
Metadata
Metadata
Assignees
Labels
No labels
Activity
stop `eachpoint(..., useLocalCoordinates=False)` from manipulating th…
eachpoint(..., useLocalCoordinates=False)
from manipulating the object's location #1100greyltc commentedon Jun 8, 2022
#1100 should bring the code in line with how I interpret the docs.
eachpoint(...,useLocalCoordinates=False)
has a coordinate transformation bug #1098