New issue 28 by danbethell: Extra support for Ops that return
SimpleTypedData-derived types.
http://code.google.com/p/cortex-vfx/issues/detail?id=28
For these Ops it doesn't make sense to operate() on cook so that should be
disabled. Instead the UI should present an "Operate" button. A nice extra
would be a Result parameter which presents the str() representation of the
resultParameter to the user.
Comment #1 on issue 28 by danbethell: Extra support for Ops that return
SimpleTypedData-derived types.
http://code.google.com/p/cortex-vfx/issues/detail?id=28
(No comment was entered for this change.)
We should do the same for the IECoreNuke::OpHolder when we do the
IECoreHoudini one. I don't think the same applies the IECoreMaya one as
that can output any type as a result. Perhaps if we also allow the
behaviour to be specified by userdata then that could introduce the
behaviour to maya.