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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilém Duha <vilda.novak@gmail.com>2020-01-04 16:11:49 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-01-07 13:43:43 +0300
commit4d10cb46d9152ed7892772e04ae2d7e3f4c2d3bd (patch)
tree0fbae1afaa85a42e0ec13efadc8332fecea3cd32 /blenderkit/upload.py
parent37085aeb2f38e8a0d96252b4fa3aa942910b2ec6 (diff)
BlenderKit: update several material attributes
This will enable to search for procedural assets and filter heavy assets for EEVEE
Diffstat (limited to 'blenderkit/upload.py')
-rw-r--r--blenderkit/upload.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/blenderkit/upload.py b/blenderkit/upload.py
index 001c6211..4b02d321 100644
--- a/blenderkit/upload.py
+++ b/blenderkit/upload.py
@@ -377,6 +377,9 @@ def get_upload_data(self, context, asset_type):
"animated": props.animated,
"purePbr": props.pbr,
"textureSizeMeters": props.texture_size_meters,
+ "procedural": props.is_procedural,
+ "nodeCount": props.node_count,
+ "textureCount": props.texture_count,
}