Welcome to mirror list, hosted at ThFree Co, Russian Federation.

categories.txt « materials_library_vx - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f8a2fd8590eda052ccdb97243aefb4a7f59d6f8 (plain)
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
[
    [
        "Colors",
        [
            "Blue",
            "Red"
        ]
    ],
    [
        "Metals",
        [
            "Cyan22",
            "Pink"
        ]
    ],
    [
        "Otro",
        []
    ],
    [
        "Wood",
        [
            "Orange"
        ]
    ],
    [
        "Nature",
        [
            "Green"
        ]
    ]
]