Sveinbjörn J. Tryggvason
unread,Mar 8, 2012, 7:36:42 AM3/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to coral-app
Hi, I've been looking into coral and I'm really impressed and this
looks very, very promising. I was dabbling with writing a python node
that would create some points I could draw with a DrawPoint node. I
specialized my output to a Vec3Array type but now I'm having problems
finding out how to output points as an array. To output a single point
I could simply do this:
self.output.outValue().setVec3ValueAt(0, Imath.Vec3f(1,5,10))
but what about outputting an array? There is a setVec3Values method,
but I'm not sure what that method is expecting (the error message
specifies an c++ Imath Vec3f vector along with an allocator).
One more thing, is there a way to unload or reload a plugin that you
have already loaded?
All the best,
Sveinbjörn