-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[BUG] @JLayer changes Action behaviour. #417
Comments
I think this happens because the second action uses the starting position of the Layer instead of the current one. If you can confirm this makes sense or point me a bit where to look. I can try to work on the issue myself!! |
Hey @gpucce - something is definitely going wrong here. Thanks for providing the Minimal working examples. As you see in example 1, it works fine for standard objects. Something is going wrong with layers as |
This is not an issue with layers but actions in general i guess as explored here, #369 Although this might be also due to https://github.com/Wikunia/Javis.jl/blob/master/src/Javis.jl#L441 |
Hi thanks for replying! Reading the linked issue it feels like with the action I wrote it would work fine as it does without the layer. So I believe I am missing something can you explain a little better to help me understand? Thanks! |
@Sov-trotter as the anim translate should be fixed now regarding issue #369 and as it works for objects as expected now (hopefully as it's written in the docs 😊 ) I would say this is an error regarding layers only. I can have a look at this in a few minutes |
I'm trying to work on this with advice from @Wikunia. |
Describe the bug
@jlayers changes an Action behaviour it shouldn't.
To Reproduce
Julia Version (i.e. output of
julia -v
): 1.6.2Operating system (Mac, Linux, Windows): Windows 10
Javis version (i.e output of
] status Javis
in the REPL) 0.6.2Minimum working code example that led to bug:
mwe1.gif:
mwe2.gif:
The text was updated successfully, but these errors were encountered: