From: James C. <jcs...@gm...> - 2013-06-25 12:52:34
|
Hi, I am trying to use matplotlib to create obj file that I can render in blender. I have already created the code to create the file itself. I am currently trying to find the best place to put my code into. I have tried editing the axes3d file and was able to create a working file. However, I am worried there will be too much code recreation at this level. I have also attempted to edit the art3d file to try to have less code generation. However, I was unable to find all of the data for the points. Any help or ideas on where to put the code would be greatly appreciated. If anymore information is needed please let me know, this is my first post so I apologize if I left something out. Thanks, James |