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

Correct for Reversed Hands #40

Closed
BaazarStudios opened this issue Mar 19, 2019 · 5 comments
Closed

Correct for Reversed Hands #40

BaazarStudios opened this issue Mar 19, 2019 · 5 comments
Labels
awaiting replication question Further information is requested

Comments

@BaazarStudios
Copy link

Is there a fast work around to use some of the VR examples in desktop mode? All of the hands are reversed when simply running in the editor window.

@getnamo
Copy link
Contributor

getnamo commented Mar 21, 2019

Use SetLeapMode (https://github.com/leapmotion/LeapUnreal#set-leap-mode) to change optimization and orientation to desktop tracking in e.g. begin play

@getnamo getnamo added the question Further information is requested label Mar 21, 2019
@BaazarStudios
Copy link
Author

BaazarStudios commented Mar 21, 2019

Use SetLeapMode (https://github.com/leapmotion/LeapUnreal#set-leap-mode) to change optimization and orientation to desktop tracking in e.g. begin play

This function doesn't seem to change anything, added directly to animblueprints or even world blueprints, hands are still reversed. Maybe the step by step of what you're saying to do I am misunderstanding?

Take for example the "LeapMannequinAutoHandsOnly_Anim_Blueprint" character in the Rigging Module. Dragging him into my scene and clicking simulate cause his arms to be reversed. If I physically flip over my hands palm up in the real world, his are correctly facing down. How do I reverse this?

@getnamo
Copy link
Contributor

getnamo commented May 27, 2019

I found a bug in this function which would stop it from setting the desktop optimization. This has now been fixed in 9fdc714. Re-pull and let me know if any issues persist.

getnamo added a commit that referenced this issue May 27, 2019
@BaazarStudios
Copy link
Author

BaazarStudios commented May 28, 2019

Hi Jan,

Thanks for the update however Set Desktop Mode still has no functionality. Hands are always reversed whether set to Desktop Mode or VR Mode. (I have updated the plugin, modules, and LeapMotion installer.)

One blueprint for desktop mode seems to work in the modules however opening the blueprint crashes the editor in 4.22.

As a reminder the goal was the be able to use mocap hand tracking on a custom rig, not in VR Mode.

@getnamo
Copy link
Contributor

getnamo commented May 28, 2019

Please ensure you're adding the rotation that LeapDesktopActor.uasset has for the child actor (causes it to face up).

Which blueprint causes the crash?

Fixing the irregular bone anim crash is still on the docked, but I've been unable to find time just yet. I recommend manual rigging in meantime (see direct rigging examples)

@getnamo getnamo reopened this May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting replication question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants