Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add origin for every point entity
this has the caveat of point entities now having the origin sphere
- Loading branch information
7d1413b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this now work correctly in Chaos Hammer? Normally it causes buggy behavior when dragging stuff in the 2D views.
7d1413b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't aware this was an issue actually. The slowless I figure was because of the debug build i tested on. I'll test on release. Thanks for the heads up!
7d1413b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember exactly what happened when I added it at one point, but I think it caused the origin keyvalue and the real origin to become desynced. Then when the map was saved one would take priority over the other, so entities might end up shifted around after reopening the map.
I never tried compiling with the keyvalue added, but I'd imagine it would cause similar issues.