Hi,

I'm trying to draw some geo from an incoming GeoOp in the 2D view (projected
through a camera that comes from another input).

However, as soon as I call draw(), draw_wireframe(), etc. within my Op's
draw_handles, I get a segfault.
Everything in my GeoInfo object seems up to date, and using draw_bbox()
works fine, but as soon as I try with any of the other draw methods I go
into segfaults again.

I've tried looping through each primitive and calling draw_wireframe() on
those instead, and that seems to work, but I wonder if there's something I'm
missing to be able to use my GeoInfo's draw() methods directly.

Thanks in advance,
Ivan
_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to