passing c++ geom node to python

Is it possible to set up a scene in python and then put a geom in the same scene from c++? Specifically, how could I pass a c++ geomnode to python so that it can be put in the scene? I would like to use c function calls for generating geometry (voxel engine again…) but still have a python setup. Thanks!

Try this thread.

David

David saves the day again. Thank you!