Skip to content
View joaen's full-sized avatar

Highlights

  • Pro

Block or report joaen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. EasyIK EasyIK Public

    Simple and fast IK solver for Unity

    C# 148 25

  2. animation-retargeting-tool animation-retargeting-tool Public

    Animation retargeting tool for Autodesk Maya. Retargets mocap to a custom rig with a few clicks.

    Python 107 25

  3. node-editor-framework node-editor-framework Public

    Node editor framework which can be used as a standalone application or integrated into Python + PySide2 projects.

    Python 6

  4. maya-auto-lip-sync maya-auto-lip-sync Public

    A tool to automatically generate lip sync animations in Autodesk: Maya using Montreal Forced Aligner.

    Python 29 7

  5. verlet-cloth-simulation verlet-cloth-simulation Public

    2D cloth simulation in Unity using simple Verlet integration.

    C# 33 4

  6. Example script to showcase how you c... Example script to showcase how you can create custom HUD/overlay elements by attaching QT widgets to the viewport in Autodesk: Maya.
    1
    import sys
    2
    from functools import partial
    3
    import maya.OpenMayaUI as OpenMayaUI
    4
    from shiboken2 import wrapInstance
    5
    from PySide2 import QtWidgets