This repository contains a collection of Python scripts designed to enhance and automate various tasks in Autodesk Maya. Each script serves a specific purpose, ranging from UI tools to scene management utilities, to streamline your workflow in Maya.
- Create new scene based previous: A script that provides a custom UI for visualizing and managing different types of objects in a Maya scene. It allows you to categorize, select, and export objects into a new scene.
-
Clone the Repository:
git clone https://github.com/jaden-smb/maya-code-lab.git
or download the ZIP file directly from GitHub.
-
Set Up the Environment: Ensure that Autodesk Maya is installed on your machine. The scripts in this repository rely on Maya's Python API (
maya.cmds
,maya.OpenMayaUI
) and PySide2 for UI elements. -
Add to Maya Scripts Path: Copy the scripts into Maya's scripts directory or update your Maya environment to include the path where these scripts are stored.