-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from nfa-vfxim/dev
Update README.md
- Loading branch information
Showing
2 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/nfa-vfxim/tk-houdini-usdrop?include_prereleases) | ||
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/nfa-vfxim/tk-houdini-usdrop?include_prereleases)](https://github.com/nfa-vfxim/tk-houdini-usdrop) | ||
[![GitHub issues](https://img.shields.io/github/issues/nfa-vfxim/tk-houdini-usdrop)](https://github.com/nfa-vfxim/tk-houdini-usdrop/issues) | ||
|
||
|
||
# USD ROP Node <img src="icon_256.png" alt="Icon" height="24"/> | ||
|
||
Support for the Toolkit USD ROP node in Houdini. | ||
|
||
> Supported engines: tk-houdini | ||
## Requirements | ||
|
||
| ShotGrid version | Core version | Engine version | | ||
|------------------|--------------|----------------| | ||
| - | v0.12.5 | v1.7.1 | | ||
|
||
## Configuration | ||
|
||
### Templates | ||
|
||
| Name | Description | Default value | Fields | | ||
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------| | ||
| `work_file_template` | A reference to a template which locates a Houdini work file on disk. This is used to drive the version and optionally the name of output files. | | context, version, [name] | | ||
| `output_publish_template` | A reference to a template which defines where the published bgeo cache will be copied to. | | context, version, name, * | | ||
|
||
# tk-houdini-usdrop | ||
|
||
## Todo | ||
- Add readme.md |