Delicode / NI-mate-plugins

This repository holds the plugins for NI mate.
http://www.ni-mate.com
17 stars 7 forks source link

Fixed typo in animation_delicode_ni_mate_tools.py #10

Closed CemDK closed 4 years ago

CemDK commented 4 years ago

NI mate is sending data as "/NI_mate_sync" but python script is looking for "NI_mate_sync" Fixes #9 'Add rotations' and #8 'reset on stop' not working

'sync' is never 'True' for "NI_mate_sync", hence the set_location_func() and set_rotation_func() never being called with the original_locations dictionary

SirDifferential commented 4 years ago

Thanks for this! Things are a bit busy right now, but I'll try to review/test this at some point, not that there is much to review.