Renamer Tool to easily rename DCC objects in a visual way
Project description
Renamer Tool to easily rename DCC objects in a visual way
Dependencies
tpPyUtils: https://github.com/tpoveda/tpPyUtils
tpDccLib: https://github.com/tpoveda/tpDccLib
tpQtLib: https://github.com/tpoveda/tpQtLib
Depending on the DCC you are going to use you will need to download and install one of the following repositories:
3ds Max: https://github.com/tpoveda/tpMaxLib
Houdini: Work in Progress
Nuke: Work in Progress
Blender: Work in Progress
Installation
Manual
Clone/Download tpRenamer dependencies Python packages and follow instructions to install them.
Clone/Download tpRenamer anywhere in your PC (If you download the repo, you will need to extract the contents of the .zip file).
Copy tpRenamer folder located inside source folder in a path added to sys.path
Automatic
Automatic installation for tpRenamer is not finished yet.
Usage
Initialization Code
import tpPyUtils
tpPyUtils.init()
import tpDccLib
tpDccLib.init()
import tpQtLib
tpQtLib.init()
import tpNameIt
tpNameIt.init()
import tpRenamer
tpRenamer.run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.