Skip to content

Commit

Permalink
Merge pull request #2 from nfa-vfxim/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MaximumFX authored Apr 10, 2024
2 parents 62ea9aa + 451bd12 commit e0012e1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
name: Generating README.md
runs-on: ubuntu-latest
steps:
- uses: MaximumFX/tk-readme-generator@v1.0.0
- uses: MaximumFX/tk-readme-generator@v1.0.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
29 changes: 24 additions & 5 deletions README.md
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

0 comments on commit e0012e1

Please sign in to comment.