• Stars
    star
    131
  • Rank 274,276 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple visual front end to the Maya UE4 RBF plugin delivered with MetaHumans

poseWrangler

alt tag

Overview

PoseWrangler is a tool for interfacing with Epic’s MayaUERBFPlugin. The plugin is distributed by Epic Games and installed via Quixel Bridge. This is the same version distributed through Quixel Bridge with the Maya plugin (v6.9.2 or later)

  • Supports scenes created with the UERBFSolverNode
  • Multiple Driver Support
  • Initial blendshape support (WIP)
  • Supports Maya 2018-2022
  • Support for custom mirror mappings to allow for rigs with naming conventions that deviate from the default UE5 conventions
  • Fully automatable via Python and MayaPy
  • Serialization/deserialization to dictionary or JSON file
  • Support for custom extensions and context menu actions

Contributors

  • Chris Theodosius
  • Chris Evans
  • Judd Simantov
  • David Corral
  • Borna Berc

Opening the tool

To load the tool, you can call it like so:

from epic_pose_wrangler import main
pose_wrangler = main.PoseWrangler()