X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fcurve.py;h=b287ee4fa11bd5ad96f10de2269c6523ebd81bad;hp=5df5629f776d1b2c48a096deae4c8e006d8f2778;hb=ff5770d43d76d7a96652cd887b30a66d87afd5a9;hpb=78e658614176dcca603f9a38323084a169943b26 diff --git a/hooke/plugin/curve.py b/hooke/plugin/curve.py index 5df5629..b287ee4 100644 --- a/hooke/plugin/curve.py +++ b/hooke/plugin/curve.py @@ -137,7 +137,7 @@ class CurveCommand (Command): pass # no need to place duplicate calls on the stack. else: curve.command_stack.append(CommandMessage( - self.name, params)) + self.name, dict(params))) class BlockCommand (CurveCommand):