I am looking for a way to import .skp
files into blender
. The only idea that I have right now is that if i can somehow programmatically import the sketchup files into sketchup and than export them as .dae files than i can run those model in blender.
Is this possible using the Python API for blender
and Ruby API for sketchup
? Or is there a better way to do this ?