AddRoutes
AddRoutes copied to clipboard
osc python route to play/pause/stop animation
I'm looking for a solution to add an osc route to control transport function of Blender. I'd tried something like: bpy.ops.screen.animation_play() without success. Is "VIEW_3D" context good? Do you have some tips for that?