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

add startpos method #433

Open
gpucce opened this issue Oct 18, 2021 · 0 comments · May be fixed by #434
Open

add startpos method #433

gpucce opened this issue Oct 18, 2021 · 0 comments · May be fixed by #434
Labels
enhancement New feature or request

Comments

@gpucce
Copy link
Member

gpucce commented Oct 18, 2021

Is your feature request related to a problem? Please explain.
It is generally hard to make a translation from an user-unknow (but javis-known) current object position to a specific point.

Describe the solution you'd like
Talking with @Wikunia he came up with a possible interface startpos that should be a function that when called at non-render time returns nothing. The first time it is called at render time returns an object current position, whereas when called again at render time it keeps returning the position of the object at the time it was originally called.

Describe alternatives you've considered
The only alternative I can come up with is a custom action.metafunc that is called before action.func and allows for user defined solutions, though this is really not user-friendly.

@gpucce gpucce added the enhancement New feature or request label Oct 18, 2021
@gpucce gpucce linked a pull request Oct 20, 2021 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant