-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
31 lines (19 loc) · 1.08 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Installation
------------
* Place this in <BlenderFolder>/<BlenderVersion>/scripts/addons/
* enable this addon in Blender > Main Menu > File > Preferences > Addons
Using
-----
Once installed, and Blender starts,
Point your mobiles phone's (recent, html5 compliant) browser to yourpc'sipaddress:9000
Warnings
--------
* This set was written for my purposes (playing around) and put on the web in the hopes someone may find it usefull or gets inspired for a solution in real world.
* Different browsers report the angle in different scales. So your mileage may vary. Feel free to "calibrate" your index.html. Also Dear lazy web, feel free to write an initial
Developing:
----------
There is a websocket listening on port 9001. Currently accepts direct commands that are mentioned in the "commands" array defined in the register funciton of __init__.py
Read the registered functions to know their parameters.
You *will* need to refresh the page on your browser if you restart blender.
The code is a pile of hacks and the protocol *will* change if I get more time to work on this.
Happy hacking!