Subversion Repository Public Repository

Nextrek

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
    "uid": "BF7C212CK5DD7A46FCS83EBE379637C209DB",
    "isLoaded": true,
    "lastModificationTime": 0,
    "items": {
        "parentId": "AC1ABDCBK050BA4863S9964E3DC378247DAD",
        "name": "Live2D Expression Selection",
        "windowTitle": "$$322A2B56554536445E5ABA130AB588F93809",
        "type": "custom_view",
        "windowSize": {
            "w": 800,
            "h": 400
        },
        "bindings": [
            {
                "source": "local.data.resource",
                "asDataFromFolder": "Live2D",
                "to": "positionView",
                "target": "model"
            }
        ],
        "windowSizeFormula": "var res = GS.GAME.previewResolution(); return { w: res.w + 385  + GS.CONST.WINDOW_PADDING }",
        "columns": [
            400,
            -1
        ],
        "sections": [
            {
                "name": "Position",
                "identifier": "positionSection",
                "noBorder": true,
                "column": 0,
                "items": [
                    {
                        "type": "GSLabel",
                        "text": "$$79C3606A31A6A347B80AD628C0099CFE1421",
                        "frame": [
                            0,
                            0
                        ],
                        "group": "labels"
                    },
                    {
                        "type": "GSResourcePopupField",
                        "identifier": "model",
                        "attribute": "model",
                        "folder": "Live2D",
                        "bindings": [
                            {
                                "source": "resource",
                                "asDataFromFolder": "Live2D",
                                "to": "model",
                                "target": "global.data.model"
                            },
                            {
                                "source": "resource",
                                "asDataFromFolder": "Live2D",
                                "to": "positionView",
                                "target": "model"
                            }
                        ],
                        "delegates": [
                            {
                                "identifiers": [
                                    "expression"
                                ],
                                "selector": "update"
                            }
                        ],
                        "frame": [
                            1,
                            0
                        ]
                    },
                    {
                        "type": "GSTable",
                        "border": true,
                        "attribute": "expression",
                        "dataSource": {
                            "sourceFormula": "return d && d.global.model ? GS.VN.live2DExpressionList(d.global.model) : []"
                        },
                        "identifier": "expression",
                        "delegates": [
                            {
                                "identifiers": [
                                    "positionView"
                                ],
                                "selector": "setBackground:resource:"
                            }
                        ],
                        "frame": [
                            0,
                            1,
                            -1,
                            200
                        ],
                        "bindings": [
                            {
                                "source": "selectedItem",
                                "to": "positionView",
                                "target": "expression"
                            }
                        ],
                        "columns": [
                            {
                                "identifier": "privilege",
                                "attribute": "privilege",
                                "text": "$$3DAF7BAF14E7D240E589BF03BA968C8A8336",
                                "width": 50,
                                "content": "return d"
                            }
                        ]
                    }
                ]
            },
            {
                "name": "$$P117",
                "column": 1,
                "layout": {
                    "type": "dynamicGrid",
                    "spacing": [
                        0,
                        0
                    ]
                },
                "items": [
                    {
                        "type": "GSLive2DView",
                        "identifier": "positionView",
                        "attribute": "position",
                        "folder": "Live2D",
                        "frame": [
                            0,
                            0
                        ],
                        "sizeFormula": "return GS.GAME.previewResolution();"
                    }
                ]
            }
        ],
        "rawContent": "{\n    \"parentId\": \"AC1ABDCBK050BA4863S9964E3DC378247DAD\",\n\"name\": \"Live2D Expression Selection\",\n    \"windowTitle\": \"$$322A2B56554536445E5ABA130AB588F93809\",\n    \"type\": \"custom_view\",\n    \"windowSize\": {\n        \"w\": 800, \"h\": 400\n    },\n    \"bindings\": [\n        { \"source\": \"local.data.resource\", \"asDataFromFolder\": \"Live2D\", \"to\": \"positionView\", \"target\": \"model\" }\n    ],\n    \"windowSizeFormula\": \"var res = GS.GAME.previewResolution(); return { w: res.w + 385  + GS.CONST.WINDOW_PADDING }\",\n    \"columns\": [400, -1],\n    \"sections\": [\n        {\n            \"name\": \"Position\",\n            \"identifier\": \"positionSection\",\n            \"noBorder\": true,\n            \"column\": 0,\n            \"items\": [\n                {\n                    \"type\": \"GSLabel\",\n                    \"text\": \"$$79C3606A31A6A347B80AD628C0099CFE1421\",\n                    \"frame\": [0, 0],\n                    \"group\": \"labels\"\n                },\n                {\n                    \"type\": \"GSResourcePopupField\",\n                    \"identifier\": \"model\",\n                    \"attribute\": \"model\",\n                    \"folder\": \"Live2D\",\n                    \"bindings\": [\n                        { \"source\": \"resource\", \"asDataFromFolder\": \"Live2D\", \"to\": \"model\", \"target\": \"global.data.model\" },\n                        { \"source\": \"resource\", \"asDataFromFolder\": \"Live2D\", \"to\": \"positionView\", \"target\": \"model\" }\n                    ],\n                    \"delegates\": [\n                        { \"identifiers\": [\"expression\"], \"selector\": \"update\" }\n                    ],\n                    \"frame\": [1, 0]\n                },\n                {\n                    \"type\": \"GSTable\",\n                    \"border\": true,\n                    \"attribute\": \"expression\",\n                    \"dataSource\": {\n                        \"sourceFormula\": \"return d && d.global.model ? GS.VN.live2DExpressionList(d.global.model) : []\" \n                    },\n                    \"identifier\": \"expression\",\n                    \"delegates\": [{ \"identifiers\": [\"positionView\"], \"selector\": \"setBackground:resource:\"}],\n                    \"frame\": [0, 1, -1, 200],\n                    \"bindings\": [\n                        { \"source\": \"selectedItem\", \"to\": \"positionView\", \"target\": \"expression\" }\n                    ],\n                    \"columns\": [\n                        {\n                            \"identifier\": \"privilege\",\n                            \"attribute\": \"privilege\",\n                            \"text\": \"$$3DAF7BAF14E7D240E589BF03BA968C8A8336\",\n                            \"width\": 50,\n                            \"content\": \"return d\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"$$P117\",\n            \"column\": 1,\n            \"layout\": { \"type\": \"dynamicGrid\", \"spacing\": [0, 0]},\n            \"items\": [\n                {\n                    \"type\": \"GSLive2DView\",\n                    \n                    \"identifier\": \"positionView\",\n                    \"attribute\": \"position\",\n                    \"folder\": \"Live2D\",\n                    \"frame\": [0, 0],\n                    \"sizeFormula\": \"return GS.GAME.previewResolution();\"\n                }\n            ]\n        }\n    ]\n}",
        "order": 26
    },
    "summary": [
        "name",
        "type"
    ]
}

Commits for Nextrek/s2s/data/BF7C212CK5DD7A46FCS83EBE379637C209DB.json

Diff revisions: vs.
Revision Author Commited Message
1084 MOliva picture MOliva Fri 11 May, 2018 12:41:55 +0000