31 Jan
2015
31 Jan
'15
8:16 a.m.
- if mem.extra:
# mem.extra only seems to be populated when called from edit panel
display = mem.extra["display"]
Isn't mem.extra an array (not a dict)? I think it's not set on a normal edit from the main editor because of the way it reconstructs the memory objects.
--Dan