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

New Eye Tracking panel for Avatars 3.0 #599

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

Mysteryem
Copy link

Contains an operator to rotate eye bones so they point straight up and have zero roll, simplifying the eye-tracking setup in Unity for VRChat.

The panel is hidden when showing Avatars 2.0 tabs is enabled, since that will cause the Avatars 2.0 Eye Tracking panel to be shown.

register_wrap will now add a dummy poll_message_set function to Operator subclasses on Blender 2.x where Operator.poll_message_set does not exist, so that poll_message_set can be used in Blender 3.0+


Hopefully this will both help people set up VRChat eye tracking in Unity and reduce people asking where the Eye Tracking tab is.

It makes use of bpy.types.Operator.poll_message_set to display a message below the description when the button is disabled.
image

I tried to keep the UI labels short, but feel free to re-word them.

Contains an operator to rotate eye bones so they point straight up and have zero roll, simplifying the eye-tracking setup in Unity for VRChat.

The panel is hidden when showing Avatars 2.0 tabs is enabled, since that will cause the Avatars 2.0 Eye Tracking panel to be shown.

register_wrap will now add a dummy poll_message_set function to Operator subclasses on Blender 2.x where Operator.poll_message_set does not exist, so that poll_message_set can be used in Blender 3.0+
Yusarina added a commit to unofficalcats/Cats-Blender-Plugin-Unofficial- that referenced this pull request Nov 2, 2023
- Added pull request absolute-quantum/cats-blender-plugin#599

This help simplfy eye-tacking setup.

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

Successfully merging this pull request may close these issues.

None yet

1 participant