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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/hydra/resources/plugInfo.json')
-rw-r--r--intern/cycles/hydra/resources/plugInfo.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/intern/cycles/hydra/resources/plugInfo.json b/intern/cycles/hydra/resources/plugInfo.json
new file mode 100644
index 00000000000..94fe778ea44
--- /dev/null
+++ b/intern/cycles/hydra/resources/plugInfo.json
@@ -0,0 +1,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"
+ }
+ ]
+}