CustomProceduralRigTool
Custom Procedural Rig Tool for Game(Unreal)
Install / Use
/learn @tHeBeStXu/CustomProceduralRigToolREADME
CustomProceduralRigTool
Custom Procedural Rig Tool for Game(Unreal) This is a procedural modular rigging tool for game, especially for Unreal Engine. Before using the script, you need to make true that your maya setup is OK for UE4. Because this is a modular rigging tool, you can use it to rig any type of creatures. For example, you can use it to rig a monster with 4 arms, 2 spines and multi legs.
How to install:
- Download the project file and unzip it somewhere in the computer, make ture to remember the directory of the unzip file location
- Open Maya 2017+ and open script Editor
- New a Python tab, and enter following script
Dir = 'X:\WHERE\YOU\PUT\THE\FILE' import sys
if Dir not in sys.path: sys.path.append(r'X:\WHERE\YOU\PUT\THE\FILE')
import CustomProceduralRigTool
from CustomProceduralRigTool import Main_UI as Main_UI
reload(Main_UI)
UI = Main_UI.RiggingMainUI(dock=1)
How to use:
Please go to: https://www.bilibili.com/video/av45419722/. If you have any question, please e-mail me.
Bugs:
If you find any type of bugs, please e-mail me at: 328665042@qq.com.
If you like, please STAR this repository. Thank you very much.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
92.1kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
343.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
