Releases: AtomicConductor/conductor_client
Adds OCIO scraping to Nuke
v2.17.4 Updates the URL to download get-pip.py (#323)
vray Tile, and update pip location
v2.17.3 location of pip 2.7 changed
vray fix plus linux build script fix
v2.17.2 force pip 2.7
Gpu instance type selector
Merge pull request #314 from AtomicConductor/gpu-instance-types Gpu instance types
Handle dynamic path replacement plugin
Testing release - don't merge.
See #313
Bugfix: Nuke UNC output path
remove centos 6 build - centos 6 has reached end-of-life
v2.16.5: Merge pull request #308 from AtomicConductor/ocio-bugfix
strip drive letter from OCIO environment variable
reverse instance-types order in combobox
reverse the order of instance-types populated in submitter combobox
Fix for Jellyfish
This adds support for two environment variables: CONDUCTOR_DEPSCAN_LEAF_FILE and CONDUCTOR_DEPSCAN_EXCLUDE_FILE
Both variables can be used to a point to a text file on disk that contains a list of file paths to either treat as a dependency leaf or exclude completely. This works similar to .gitignore
A dependency leaf is a file (ex: ass, rib, etc...) that may contain nested dependencies. By treating it as a dependency leaf, the file itself is treated as dependency but it won't be scraped for nested dependencies. Ex: teapot.ass that contains a texture, checker.exr . teapot.ass will be included in the list of dependencies but checker.exr won't be.
File in the excluded list are ignored as are any of the their nested dependencies
glob patterns are supported ( https://en.wikipedia.org/wiki/Glob_(programming) )
v2.16.3
add support for Maya Redshift Proxy scraping