Patch GUI to handle 'new playlist' and 'glob curves to playlist'
[hooke.git] / hooke / ui / gui / panel / propertyeditor.py
index 95233fcf8bf1daca8e94a0ad8d3931d4a9c24f8a..b991c81618f040c9a51366f7814cc79c2d558371 100644 (file)
@@ -41,7 +41,7 @@ def props_from_argument(argument, curves=None, playlists=None):
     :class:`Property`\s.
     """
     type = argument.type
-    if type in ['driver']:  # intentionally not handled (yet)
+    if type in ['driver', 'dict']:  # intentionally not handled (yet)
         return None
     count = argument.count
     if count == -1: