On 06/10/11 17:16, AcidDrippa wrote:
Hi,
I've been experimenting with the NDK for the first time. So my first aim
was to create a custom node and perform an input connection.
I derived my operator from the Op class (like given in the SimpleAxis
sample) and I want a single input connection from a camera.
The dll compiles perfectly fine and I am able to create my node in the
graph window, but I cannot connect the camera node to my node.
These are the methods I used:
<snip snip>
Am I missing something?
Any suggestions would be helpful.
Only a quick glance at the code, but if you only want CameraOps, then
you're not doing the dynamic_cast properly:
return dynamic_cast<CameraOp*>(op) != NULL
Peter
--
Peter Pearson, Software Engineer
The Foundry, 6th Floor, The Communications Building,
48 Leicester Square, London, UK, WC2H 7LT
Tel: +44 (0)20 7434 0449 Web: www.thefoundry.co.uk
The Foundry Visionmongers Ltd.
Registered in England and Wales No: 4642027
_______________________________________________
Nuke-dev mailing list
Nuke-dev@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev