Skip to content

Commit

Permalink
Merge pull request #255 from nxt-dev/dev
Browse files Browse the repository at this point in the history
Release editor-v3.13.0
  • Loading branch information
ImLucasBrown authored Nov 7, 2022
2 parents a168229 + a7b12fa commit 0162f71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nxt_editor/integration/blender/nxt_blender.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

bl_info = {
"name": "NXT Blender",
"blender": (3, 0, 0),
"blender": (3, 4, 0),
"version": (0, 3, 0),
"location": "NXT > Open Editor",
"wiki_url": "https://nxt-dev.github.io/",
Expand Down
3 changes: 1 addition & 2 deletions nxt_editor/stage_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ def set_attr_display_state(self, node_paths=None, state=0):
if node_paths in (None, [], ()):
node_paths = self.get_selected_nodes()
self._set_attr_display_state(node_paths, state)
# Fixme: Should only redraw the nodes in the selection list
self.comp_layer_changed.emit(self.comp_layer)
self.nodes_changed.emit(node_paths)

def get_attr_display_state(self, node_path):
"""Gets the attribute display state for a given node path if there is
Expand Down
4 changes: 2 additions & 2 deletions nxt_editor/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"EDITOR": {
"MAJOR": 3,
"MINOR": 12,
"PATCH": 1
"MINOR": 13,
"PATCH": 0
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description_content_type="text/markdown",
url="https://github.com/nxt-dev/nxt_editor",
packages=setuptools.find_packages(),
python_requires='>=2.7, <3.10',
python_requires='>=2.7, <3.11',
install_requires=['nxt-core<1.0,>=0.14',
'qt.py==1.1',
'pyside2>=5.11,<=5.16'
Expand Down

0 comments on commit 0162f71

Please sign in to comment.