SkillAgentSearch skills...

CustomProceduralRigTool

Custom Procedural Rig Tool for Game(Unreal)

Install / Use

/learn @tHeBeStXu/CustomProceduralRigTool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  1. Download the project file and unzip it somewhere in the computer, make ture to remember the directory of the unzip file location
  2. Open Maya 2017+ and open script Editor
  3. 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

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated2mo ago
Forks5

Languages

Python

Security Score

80/100

Audited on Jan 12, 2026

No findings