Houdini implementation for tpDccLib and tpQtLib. Utils functions to work with Maya Python APIs.
Project description
Houdini implementation for tpDccLib and tpQtLib packages.
Also, this module contains a lot of utilities functions and classes to work with Houdini Python API (hou)
Installation
Manual
Clone/Download tpHoudiniLib anywhere in your PC (If you download the repo, you will need to extract the contents of the .zip file).
Copy tpHoudiniLib folder located inside source folder in a path added to sys.path
Automatic
Automatic installation for tpHoudiniLib is not finished yet.
Usage
Initialization Code
1. If tpDccLib or tpQtLib packages are being used, tpHoudiniLib will be automatic imported during the initialization of those packages.
If tpDccLib and tpQtLib are not found in your sys.path, you will need to initialize manually tpHoudiniLib.
import tpHoudiniLib
tpHoudiniLib.init()
Reloading
For development purposes, you can enable reloading system, so you can reload tpHoudiniLib sources without the necessity of restarting your Python session. Useful when working with DCCs.
If tpDccLib and tpQtLib packages are being used, tpHoudiniLib will be automatic reload by tpDccLib and tpQtLib reload systems.
If tpDccLib and tpQtLib are not found, you will need to reload tpHoudiniLib manually.
import tpHoudiniLib
reload(tpHoudiniLib)
tpHoudiniLib.init(True)
Enabling debug log
By default, tpHoudiniLib logger only logs warning messages. To enable all log messages you can set TPHOUDINILIB_DEV environment variables to ‘True’
import os
os.environ['TPHOUDINILIB_DEV'] = 'True'
import tpHoudiniLib
tpHoudiniLib.init()
Project details
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 tphoudinilib-0.0.5.tar.gz
.
File metadata
- Download URL: tphoudinilib-0.0.5.tar.gz
- Upload date:
- Size: 7.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 | 6cb304097879204abbbbe6c08b63f56c3942b3f0c8880e3167aa84d7cc1a60bc |
|
MD5 | 6aeba8540a019233677fa05ac36a8b8f |
|
BLAKE2b-256 | 36eeda64169a1c144bc9a85e303fb4cb2559d057b45b869ec9c0b159e8d82646 |
File details
Details for the file tphoudinilib-0.0.5-py3.6.egg
.
File metadata
- Download URL: tphoudinilib-0.0.5-py3.6.egg
- Upload date:
- Size: 20.2 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 | 5a67c9f0294c6385b055d57ac478120e24d726a757ad50a32b5cac5679df129a |
|
MD5 | b6db624da8f1659da240594958fe94fd |
|
BLAKE2b-256 | 7a56cd835bb08f9e290b2aa7252f58748201e7983634462dc8bc8b74a843752f |