From 63ab57aabf1f1885a689bfaadb8f9cf329409fd9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Apr 2024 12:46:31 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0a4a77..60e1119 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,32 @@ -![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 Icon + +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 | + +**ShotGrid fields:** - + +**Frameworks:** - + +## 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 \ No newline at end of file From 4a96609a6fcb07df51abf2f7e0345020df632a53 Mon Sep 17 00:00:00 2001 From: Max de Groot <7687218+MaximumFX@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:37:11 +0200 Subject: [PATCH 2/5] Upgrade tk-readme-generator version --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index ea50985..5c87faa 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -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.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} From 2a227fedcfb47b193b82f32ad1301c6d2d2fc7c5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Apr 2024 16:37:36 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 60e1119..3665be0 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ Support for the Toolkit USD ROP node in Houdini. |------------------|--------------|----------------| | - | v0.12.5 | v1.7.1 | -**ShotGrid fields:** - - -**Frameworks:** - - ## Configuration ### Templates From 5292ae538466898c138dbc83e0ba7a08c4c715ec Mon Sep 17 00:00:00 2001 From: Max de Groot <7687218+MaximumFX@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:31:48 +0200 Subject: [PATCH 4/5] Upgrade tk-readme-generator version --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 5c87faa..3fcc0f5 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -16,6 +16,6 @@ jobs: name: Generating README.md runs-on: ubuntu-latest steps: - - uses: MaximumFX/tk-readme-generator@v1.0.2 + - uses: MaximumFX/tk-readme-generator@v1.0.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} From 451bd124d042f59881df1abd45a126bb2b753874 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Apr 2024 17:32:09 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3665be0..3d22d61 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,9 @@ Support for the Toolkit USD ROP node in Houdini. ### 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, * | +| 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, * |