sowwic / dsRenamingTool

Simple renaming tool with auto-indexing and auto-suffixing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dsRenamingTool

Renaming

Key features:

  • Optional prefix, suffix fields
  • Auto indexing
  • Auto suffixing
  • Customizable object type suffix aliases
  • import/export aliases

Installation

A) Module approach

  1. Place repo folder anywhere on your PC
  2. In your documents/maya/modules directory create dsRenamingTool.mod file with the following code:
+ dsRenamingTool 1.0 YourPathHere/dsRenamingTool
scripts: YourPathHere/dsRenamingTool

B) Normal scripts approach

  1. Copy dsRenamingTool folder with py in it (not main repo) to your documents/maya/scripts directory

Usage

A) Run mainDialog.py
B) Run following code:

import dsRenamingTool
dsRenamingTool.Dialog.display()

Dialogs

Main dialog:

Preview

Alias editor:

Suffix aliases editor

About

Simple renaming tool with auto-indexing and auto-suffixing.

License:MIT License


Languages

Language:Python 100.0%