Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ 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:
contents: write
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/initial-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
setup:
if: github.repository != 'mattdeform/MayaPythonProjectTemplate'
if: github.repository != 'matthewlee-dev/MayaPythonProjectTemplate'
runs-on: ubuntu-latest

permissions:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- PROJECT LOGO -->
<br />
<a href="https://github.com/mattdeform/MayaPythonProjectTemplate">
<a href="https://github.com/matthewlee-dev/MayaPythonProjectTemplate">
<img src="docs/resources/images/maya_python_logo.png" alt="MayaPythonLogo" width="175" height="175">
</a>

Expand All @@ -17,13 +17,13 @@

<p align="center">
A GitHub template for Maya Python tools<br>
<a href="https://github.com/mattdeform/MayaPythonProjectTemplate/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
<a href="https://github.com/matthewlee-dev/MayaPythonProjectTemplate/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
<a href="https://github.com/mattdeform/MayaPythonProjectTemplate/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
<a href="https://github.com/matthewlee-dev/MayaPythonProjectTemplate/issues/new?labels=enhancement&template=feature-request---.md">Request Feature</a>
</p>
</div>

> 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

Expand Down Expand Up @@ -72,4 +72,4 @@
[maya-url]: https://www.autodesk.com/nz/products/maya/overview

<!-- template links -->
[use-template-link]: https://github.com/mattdeform/MayaPythonProjectTemplate/generate
[use-template-link]: https://github.com/matthewlee-dev/MayaPythonProjectTemplate/generate
17 changes: 10 additions & 7 deletions _README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</a>

[![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]

<h3 align="center">{{PROJECT_NAME}}</h3>
Expand Down Expand Up @@ -154,9 +154,7 @@ Please reach out via the [request a feature](https://github.com/{{PROJECT_OWNER}

<!-- ACKNOWLEDGMENTS -->
## Acknowledgments
* Project template by [TechArtOps](https://www.techartops.com).
* foo
* bar
* Project template by [matthewlee-dev](https://deform.dev).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down Expand Up @@ -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