annotate show/dance2024/blender.n3 @ 2450:a4052905ca7d
default tip
notes about how rdfdb syncs, or should sync
author |
drewp@bigasterisk.com |
date |
Mon, 03 Jun 2024 23:01:54 -0700 |
parents |
d087499d7833 |
children |
|
rev |
line source |
2437
|
1 @prefix : <http://light9.bigasterisk.com/> .
|
|
2
|
|
3
|
|
4 :blenderControl a :Effect; :effectFunction <http://light9.bigasterisk.com/effectFunction/scale>;
|
|
5 :publishAttr :strength; :setting <http://light9.bigasterisk.com/blenderControl/set0> .
|
|
6 <http://light9.bigasterisk.com/blenderControl/set0> :effectAttr :deviceSettings;
|
|
7 :value :blenderControlDevSets .
|
2444
|
8 <http://light9.bigasterisk.com/blenderControl/set1> :device <http://light9.bigasterisk.com/theater/sky/device/parR3>;
|
|
9 :deviceAttr :color; :value "#000003" .
|
2437
|
10 :blenderControlDevSets :setting <http://light9.bigasterisk.com/blenderControl/set1> .
|