Skip to content

Commit

Permalink
Merge pull request #8 from nxt-dev/dev
Browse files Browse the repository at this point in the history
Release editor-v3.3.6
  • Loading branch information
ImLucasBrown authored Nov 26, 2020
2 parents da92ce7 + 5d7036c commit 3c4d8a5
Show file tree
Hide file tree
Showing 24 changed files with 1,113 additions and 2,099 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@ install:
- git clone git+ssh://git@github.com/nxt-dev/nxt.git
- pip install ./nxt
- pip install ./nxt_editor
- pip install twine
- sudo apt-get install -y libxkbcommon-x11-0
- sudo apt-get install -y libgl1-mesa-dev

script:
- |
if [ "$TRAVIS_BRANCH" = "release" ] && [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then
python -m nxt.cli test
exit 0
exit $?
fi
- |
if [ "$TRAVIS_BRANCH" = "release" ] && [ "$TRAVIS_EVENT_TYPE" = "push" ]; then
python -m nxt.cli exec nxt/build/packaging.nxt -s /make_and_test_upload
exit 0
exit $?
fi
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,45 @@
# Installation

### Requirements
- [Python 2.7]([Python 2.7.0 Release | Python.org](https://www.python.org/download/releases/2.7))
- Python >= [2.7.*](https://www.python.org/download/releases/2.7) <= [3.7.*](https://www.python.org/download/releases/3.7)

### PIP package

1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
### PIP package
- From [PyPi](https://pypi.org/project/nxt-editor/):
- `pip install nxt-editor`

- From GitHub:
1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/nxt-dev/nxt_editor/releases/latest)

2. `pip install path/to/nxt-#.#.#.tar.gz`
2. `pip install path/to/nxt-#.#.#.tar.gz`

### Maya plugin:

1. Download the maya module(`nxt_maya.zip`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
1. Download the maya module(`nxt_maya.zip`) from the [latest release](https://github.com/SunriseProductions/nxt_editor/releases/latest)

2. Follow the [nxt_maya](integration/maya/README.md) instructions (also included in the download)

# Updating

### PIP package
- From [PyPi](https://pypi.org/project/nxt-editor/):
- `pip install -U nxt-editor`

1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)

2. `pip install --upgrade path/to/nxt-#.#.#.tar.gz`
- From GitHub:
1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/SunriseProductions/nxt_editor/releases/latest)

2. `pip install --upgrade path/to/nxt-#.#.#.tar.gz`

### Maya plugin:

1. Download the `nxt_maya` zip from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
1. Download the `nxt_maya` zip from the [latest release](https://github.com/SunriseProductions/nxt_editor/releases/latest)

2. Extract the zip and replace the existing nxt_maya files with the newly extracted files.

3. Re-launch Maya


## Acknowledgements

[Sunrise Productions](https://sunriseproductions.tv/) | [School of Visual Art and Design](https://www.southern.edu/visualartanddesign/)
Loading

0 comments on commit 3c4d8a5

Please sign in to comment.