2 Aug
2008
2 Aug
'08
7:39 a.m.
Giampiero Benvenuti wrote at 2008-7-25 15:20 +0200:
... it should be something like this: ... src=context.your_cut_context[obj_id] context.your_cut_context.manage_cutObjects([src])
"manage_cutObjects" takes a sequence of ids (or a single id) as input (not the real objects).
dst=context.your_paste_context dst.manage_pasteObjects(src)
"manage_pasteObjects" takes the return value of "manage_cut/copyObjects" as input not the real objects. -- Dieter