[Bf-blender-cvs] [a2a9f12] asset-engine: Grr, forgot that fix in previous commit...

Bastien Montagne noreply at git.blender.org
Sun Aug 28 16:45:27 CEST 2016


Commit: a2a9f12ef3b63211d521438998aa4e2fa99cd809
Author: Bastien Montagne
Date:   Sun Aug 28 16:44:59 2016 +0200
Branches: asset-engine
https://developer.blender.org/rBa2a9f12ef3b63211d521438998aa4e2fa99cd809

Grr, forgot that fix in previous commit...

===================================================================

M	release/scripts/startup/bl_operators/amber_asyncio.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/amber_asyncio.py b/release/scripts/startup/bl_operators/amber_asyncio.py
index 37a28c2..f0dbfee 100644
--- a/release/scripts/startup/bl_operators/amber_asyncio.py
+++ b/release/scripts/startup/bl_operators/amber_asyncio.py
@@ -386,7 +386,7 @@ class AssetEngineAmberAIO(AssetEngine):
     bl_label = "AmberAIO"
     bl_version = (0 << 16) + (0 << 8) + 4  # Usual maj.min.rev version scheme...
 
-    tags = CollectionProperty(name="Tags", type=AmberTag, description="Filtering tags")
+    tags = CollectionProperty(name="Tags", type=AmberAIOTag, description="Filtering tags")
     active_tag_index = IntProperty(name="Active Tag", options={'HIDDEN'})
 
     def __init__(self):




More information about the Bf-blender-cvs mailing list