Git Product home page Git Product logo

dynamicchainrigtool's Introduction

Dynamic Joint Chain Rig Tool

Dynamic Joint Chain Rig Tool for Game (Maya Plug-in)
This is a rig tool for create dynamic chain by nHair in maya, especially for dynamic tails, hair and etc. in game engine(Unreal).
Before using the script, you need to make true that your maya setup is OK for UE4.
Each dynamic joint chain is seperate and modular, and you can add it to the exsited rig system.
If you are not satisfied with the sim result, you can bake the sim to the Ctrls and change them manully.

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 DynamicChainRigTool
from DynamicChainRigTool.UI import Main_UI
reload(Main_UI)

ui = Main_UI.MainUI()

How to use:

Please go to: https://www.bilibili.com/video/av45013722/. If you have any question, please e-mail me.

Bugs:

If you find any type of bugs, please e-mail me at: [email protected].
If you like, please STAR this repository. Thank you very much.

dynamicchainrigtool's People

Contributors

thebestxu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.