Skip to content

Commit

Permalink
v bump - minor test changes - untested lol
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdelbeke committed May 8, 2024
1 parent f848910 commit 666e588
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ If you use Blender, you can try the [unimenu_addon](https://github.com/hannesdel
<img src="dev/unimenu_samples/menu_screen_maya.jpg" width="400"/> <img src="dev/unimenu_samples/menu_screen_unreal5.jpg" width="400"/> <img src="dev/unimenu_samples/menu_screen_krita.jpg" width="400"/> <img src="dev/unimenu_samples/menu_screen_substance_painter.jpg" width="400"/>
<img src="dev/unimenu_samples/menu_screen_nuke.jpg" width="400"/> <img src="dev/unimenu_samples/menu_screen_katana.jpg" width="400"/>
<img src="dev/unimenu_samples/menu_screen_mari.jpg" width="400"/>

# how to use

### load from config (YAML & JSON)
Expand Down
2 changes: 1 addition & 1 deletion dev/manual_tests/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def create_test_menus():
menu1 = unimenu.add_item("menu1")

# add menu tree from config
menu2 = unimenu.setup_config(config)[0]
menu2 = unimenu.setup(config)[0]

# print(menu2)
# in susbtance painter, this throws a
Expand Down
2 changes: 1 addition & 1 deletion dev/unimenu_samples/maya_startup_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_deferred():
}

global menu
menu = unimenu.setup_dict(config)
menu = unimenu.setup(config)
# todo use new node class


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
'importlib-metadata; python_version<"3.7"',
]
#dynamic = ["version"]
version = "0.4.3"
version = "0.4.4"

[project.optional-dependencies]
yaml = ["pyyaml"]
Expand Down

0 comments on commit 666e588

Please sign in to comment.