diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index ce81d19..2525f48 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -10,9 +10,9 @@ on: jobs: static-analysis: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' uses: ./.github/workflows/reusable-static-analysis.yml tests: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' uses: ./.github/workflows/reusable-maya-tests.yml diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 9bb83b1..5917a9f 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -6,15 +6,15 @@ on: jobs: static-analysis: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' uses: ./.github/workflows/reusable-static-analysis.yml tests: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' uses: ./.github/workflows/reusable-maya-tests.yml do_release: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' needs: [tests] uses: ./.github/workflows/reusable-semantic-release.yml permissions: @@ -22,7 +22,7 @@ jobs: id-token: write docs: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' needs: [tests, do_release] # only build docs when release is successful uses: ./.github/workflows/reusable-build-and-deploy-docs.yml permissions: diff --git a/.github/workflows/initial-setup.yml b/.github/workflows/initial-setup.yml index b761dc2..66dd90e 100644 --- a/.github/workflows/initial-setup.yml +++ b/.github/workflows/initial-setup.yml @@ -12,7 +12,7 @@ env: jobs: setup: - if: github.repository != 'mattdeform/MayaPythonProjectTemplate' + if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate' runs-on: ubuntu-latest permissions: diff --git a/README.md b/README.md index 94c9d29..9ecbfae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
- + MayaPythonLogo @@ -17,13 +17,13 @@

A GitHub template for Maya Python tools
- Report Bug + Report Bug ยท - Request Feature + Request Feature

-> Example project built using this template can be found [here](https://github.com/mattdeform/locator_creator). +> Example project built using this template can be found [here](https://github.com/matthewlee-dev/locator_creator). ## HOW TO USE THIS TEMPLATE @@ -72,4 +72,4 @@ [maya-url]: https://www.autodesk.com/nz/products/maya/overview -[use-template-link]: https://github.com/mattdeform/MayaPythonProjectTemplate/generate +[use-template-link]: https://github.com/matthewlee-dev/MayaPythonProjectTemplate/generate diff --git a/_README.md b/_README.md index a6b7c12..ff47a8b 100644 --- a/_README.md +++ b/_README.md @@ -17,7 +17,7 @@ [![Python][python_3-shield]][python-url] -[![Maya][maya-2024-shield]][maya-2024-url] +[![Maya][maya-2024-2027-shield]][maya-2027-url] [![Maya][maya-cmds-shield]][maya-cmds-url]

{{PROJECT_NAME}}

@@ -154,9 +154,7 @@ Please reach out via the [request a feature](https://github.com/{{PROJECT_OWNER} ## Acknowledgments -* Project template by [TechArtOps](https://www.techartops.com). -* foo -* bar +* Project template by [matthewlee-dev](https://deform.dev).

(back to top)

@@ -192,10 +190,15 @@ Please reach out via the [request a feature](https://github.com/{{PROJECT_OWNER} [maya-2024-url]: https://help.autodesk.com/view/MAYAUL/2024/ENU/ [maya-2025-shield]: https://img.shields.io/badge/Maya-2025-%2337A5CC?logo=autodeskmaya&logoColor=%2337A5CC [maya-2025-url]: https://help.autodesk.com/view/MAYAUL/2025/ENU/ +[maya-2026-shield]: https://img.shields.io/badge/Maya-2026-%2337A5CC?logo=autodeskmaya&logoColor=%2337A5CC +[maya-2026-url]: https://help.autodesk.com/view/MAYAUL/2026/ENU/ +[maya-2027-shield]: https://img.shields.io/badge/Maya-2027-%2337A5CC?logo=autodeskmaya&logoColor=%2337A5CC +[maya-2027-url]: https://help.autodesk.com/view/MAYAUL/2027/ENU/ +[maya-2024-2027-shield]: https://img.shields.io/badge/Maya-2024_--_2027-%2337A5CC?logo=autodeskmaya&logoColor=%2337A5CC [maya-cmds-shield]: https://img.shields.io/badge/Maya-cmds-%2337A5CC?logo=autodeskmaya -[maya-cmds-url]: https://help.autodesk.com/view/MAYAUL/2023/ENU/?guid=__CommandsPython_index_html +[maya-cmds-url]: https://help.autodesk.com/cloudhelp/2027/ENU/Maya-Tech-Docs/CommandsPython/ [maya-openmaya-shield]: https://img.shields.io/badge/Maya-OpenMaya-%2337A5CC?logo=autodeskmaya -[maya-openmaya-url]: https://help.autodesk.com/view/MAYAUL/2022/ENU/?guid=Maya_SDK_Maya_Python_API_Maya_Python_API_1_0_html +[maya-openmaya-url]: https://help.autodesk.com/view/MAYADEV/2027/ENU/?guid=Maya_DEVHELP_Maya_Python_API_Maya_Python_API_1_0_Using_the_Maya_Python_API_html [maya-api-openmaya-shield]: https://img.shields.io/badge/Maya-api.OpenMaya-%2337A5CC?logo=autodeskmaya -[maya-api-openmaya-url]: https://help.autodesk.com/view/MAYAUL/2022/ENU/?guid=Maya_SDK_py_ref_index_html +[maya-api-openmaya-url]: https://help.autodesk.com/cloudhelp/2027/ENU/MAYA-API-REF/py_ref/ [maya-url]: https://www.autodesk.com/nz/products/maya/overview