Skip to content

Commit

Permalink
Merge pull request #17 from nxt-dev/ed_fix
Browse files Browse the repository at this point in the history
Release editor-v3.4.1
  • Loading branch information
MichaelAldrich authored Dec 2, 2020
2 parents 3ac68e7 + 9d851a1 commit 22cfcd4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
### 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`

### Maya plugin:

Expand All @@ -43,12 +38,6 @@
- From [PyPi](https://pypi.org/project/nxt-editor/):
- `pip install -U nxt-editor`


- 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_editor/releases/latest)
Expand Down
2 changes: 1 addition & 1 deletion nxt_editor/dockwidgets/find_rep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from Qt import QtCore

# Internal
from dock_widget_base import DockWidgetBase
from nxt_editor.dockwidgets.dock_widget_base import DockWidgetBase
from nxt import nxt_path, nxt_node
from nxt.constants import DATA_STATE
from nxt_editor import user_dir
Expand Down
2 changes: 1 addition & 1 deletion nxt_editor/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"EDITOR": {
"MAJOR": 3,
"MINOR": 4,
"PATCH": 0
"PATCH": 1
}
}
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
python_requires='>=2.7, <3.8',
install_requires=['nxt-core',
'qt.py==1.1',
'pyside2==5.6; python_version<"3"',
'pyside2==5.11.1; python_version>="3"',
'pyside2==5.11.1'
],
package_data={
# covers text nxt files
Expand Down

0 comments on commit 22cfcd4

Please sign in to comment.