projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06dd575
)
Add 'command stack' to list of ignored commands in propertyeditor.py
author
W. Trevor King
<wking@drexel.edu>
Fri, 27 Aug 2010 19:46:21 +0000
(15:46 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 27 Aug 2010 19:46:21 +0000
(15:46 -0400)
hooke/ui/gui/panel/propertyeditor.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/panel/propertyeditor.py
b/hooke/ui/gui/panel/propertyeditor.py
index b991c81618f040c9a51366f7814cc79c2d558371..ea865f49489a7058402c09fa888392878f850b05 100644
(file)
--- a/
hooke/ui/gui/panel/propertyeditor.py
+++ b/
hooke/ui/gui/panel/propertyeditor.py
@@
-41,8
+41,8
@@
def props_from_argument(argument, curves=None, playlists=None):
:class:`Property`\s.
"""
type = argument.type
- if type in ['driver', 'dict'
]: # intentionally not handled (yet)
- return None
+ if type in ['driver', 'dict'
, 'command stack']:
+ return None
# intentionally not handled (yet)
count = argument.count
if count == -1:
count = 3 # HACK: should allow unlimited entries (somehow...)