Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erasing updates object coords #472

Open
my-tien opened this issue Aug 18, 2018 · 1 comment
Open

Erasing updates object coords #472

my-tien opened this issue Aug 18, 2018 · 1 comment
Assignees
Labels

Comments

@my-tien
Copy link
Member

my-tien commented Aug 18, 2018

  1. Create object, paint to give it a location
  2. Erase somewhere else.
    That is its new location.
@my-tien my-tien added the bug label Aug 18, 2018
@my-tien my-tien changed the title Erasing updates object coords even when done outside object. Erasing updates object coords Aug 18, 2018
@Optiligence Optiligence self-assigned this Aug 19, 2018
@Optiligence
Copy link
Member

It’s kinda by design: What’s saved is basically the last known position.
This is reasonable if corrections at the edge of the object are made (unmerge/erase).
The idea was that when you make edits the object is still somewhere in the FOV, instead of the location getting lost somewhere far from the object (which basically is the problem here anyway, if i understand correctly).

I’m not sure if leaving the location unaffected is reasonable.

If you left click (select) a valid position inside the object that’s saved instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants