# poseWrangler **Repository Path**: RiggerLiuqi/poseWrangler ## Basic Information - **Project Name**: poseWrangler - **Description**: from poseWrangler import poseWranglerUI as ui ui.showUI() - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README poseWrangler ============ ![alt tag](http://chrisevans3d.com/files/github/poseWrangler_ui.gif) Overview --------------- PoseWrangler is a simple UI to create and edit pose-driven relationships in Maya using the MayaUE4RBF plugin. This plugin is distributed by Epic Games and installed by Quixel Bridge, initially with MetaHuman source files. Initially created by Chris Evans, maintained, improved and prettied-up throughout MetaHuman development by Judd Simantov. Opening the tool --------------- To load the tool, you can call it like so: ``` from poseWrangler import poseWranglerUI as ui ui.showUI() ```