romeroRigger / vtool

A set of rigging and asset creation scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vtool - Vetala Auto Rig

A set of rigging and asset creation scripts.

Required

You will need to have a copy of Maya to run Vetala. Vetala works with older versions of Maya but is less tested. Python 2 and 3 should be working. Maya 2022 and 2023 are the most tested.

Getting Started

  • Download from git to the path of your chose.
  • In Maya in Python add the path to the sys.path. For example:
import sys
sys.path.append('C:/vtool/python')
  • launch the ui by running the following:
from vtool.maya_lib import ui 
ui.tool_manager()

Templates

https://github.com/louisVottero/vtool_templates

vetala_pose

Resources

Documentation: https://vetala-auto-rig.readthedocs.io/en/latest/index.html

Vetala Youtube channel: https://www.youtube.com/channel/UCcZl_ADvTJXd3xAiPg-jVQQ

Join Vetala Discord Server: https://discord.gg/RgkYeKVeFc

About

A set of rigging and asset creation scripts.

License:MIT License


Languages

Language:Python 100.0%