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

plugInfo.json « resources « hydra « cycles « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94fe778ea44e139c9694e11b326390547fd8a794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "Plugins": [
        {
            "Info": {
                "Types": {
                    "HdCyclesPlugin": {
                        "bases": [
                            "HdRendererPlugin"
                        ],
                        "displayName": "Cycles",
                        "priority": 0
                    }
                }
            },
            "LibraryPath": "@PLUG_INFO_LIBRARY_PATH@",
            "Name": "hdCycles",
            "ResourcePath": "@PLUG_INFO_RESOURCE_PATH@",
            "Root": "@PLUG_INFO_ROOT@",
            "Type": "library"
        }
    ]
}