Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2 KB

README.md

File metadata and controls

58 lines (35 loc) · 2 KB

NodeOSC 2.0

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

This add-on does not require any other add-on to work.

Currently it has node support for

Download

latest release from here

Usage

please visit the wiki for more info.

Video Tutorial

NodeOSC Part One

Credits

written by maybites (2021)

heavily inspired by and code used from http://www.jpfep.net/pages/addosc/ and http://www.jpfep.net/pages/addroutes/.

NodeOSC relies on

ChangeLog

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.

V1.0.9

Added the neat operator I found in http://www.jpfep.net/pages/addroutes/ to create new osc handlers from the context menu while hovering over a user element.

V1.0.8

Allows to execute function calls with datapath. for example: bpy.ops.screen.animation_play(). values passed on with osc message are ignored.

V1.0.6

Fixed (hopefully) the reference of the dynamic link library for liblo.

V1.0.5

It plays now nice if liblo library is not installed

V1.0.4

Moved the transformation of AnimationNodes datatype DoubleList into the node.

V1.0.3

Added AnimationNodes datatype DoubleList to be able to send via OscNumber node.