Skip to content

Commit

Permalink
updated readme and init
Browse files Browse the repository at this point in the history
  • Loading branch information
maybites committed Feb 17, 2021
1 parent 0393cd5 commit 0ff4620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NodeOSC 2.0
# NodeOSC 2.0.2
OSC support for nodes and general usage.

Please be aware: Version 2 is breaking NodeOsc settings from version 1. Pleas look at the wiki for more infos
Expand Down Expand Up @@ -36,6 +36,9 @@ NodeOSC relies on

## ChangeLog

### V2.0.2
Added ability to execute datapaths as statements

### V2.0.0
Added dynamic evaluation format functionality combined with loops. Inspired by functionality introduced in http://www.jpfep.net/pages/addroutes/. Code cleanup and improved user interface.

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
bl_info = {
"name": "NodeOSC",
"author": "maybites",
"version": (2, 0, 0),
"version": (2, 0, 2),
"blender": (2, 80, 0),
"location": "View3D > Tools > NodeOSC",
"description": "Realtime control of Blender using OSC data protocol",
Expand Down

0 comments on commit 0ff4620

Please sign in to comment.