Python module that manages the nomenclature of your pipelines.
Project description
Python module that manages the nomenclature of your pipelines:
Nomenclature is based on rules and tokens. Those can be setup in a per-project basis.
DCC agnostic way, the library works in any DCC supported by tpDccLib
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 tpNameIt dependencies Python packages and follow instructions to install them.
Clone/Download tpNameIt anywhere in your PC (If you download the repo, you will need to extract the contents of the .zip file).
Copy tpNameIt folder located inside source folder in a path added to sys.path
Automatic
Automatic installation for tpNameIt is not finished yet.
Usage
Initialization Code
If you only want to use tpNameIt libraries functionality
import tpPyUtils
tpPyUtils.init()
import tpDccLib
tpDccLib.init()
import tpQtLib
tpQtLib.init()
import tpNameIt
tpNameIt.init()
If you want to launch tpNameIt UI
import tpPyUtils
tpPyUtils.init()
import tpDccLib
tpDccLib.init()
import tpQtLib
tpQtLib.init()
import tpNameIt
tpNameIt.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.
Source Distribution
Built Distribution
File details
Details for the file tpnameit-0.0.14.tar.gz
.
File metadata
- Download URL: tpnameit-0.0.14.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 309410699aacefac67600d9fec1857730190c079ef1cf59cd67e4a2ca2543aa0 |
|
MD5 | 18122dd24acaff3291ff9fc0895427d0 |
|
BLAKE2b-256 | 3c10925e360844d02b6ad7c7cb999226629e8cfb32fb93e1a59563366daae2d9 |
File details
Details for the file tpnameit-0.0.14-py3.6.egg
.
File metadata
- Download URL: tpnameit-0.0.14-py3.6.egg
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da32728c50766875e3acba8a2942073ab5fdbfa557341503452471dd12b15dff |
|
MD5 | b99d6d1d00c671cc88078222015270de |
|
BLAKE2b-256 | ba7d1ae53fd8427d44aaa7287ee09e231414d1cb724043716a1e06e5e897614d |