Andz Posted December 2, 2008 Share Posted December 2, 2008 (edited) Hi guys, I did this test for a school project in Houdini Apprentice. Is basically a proxy volume recognition from 3 photographs of fruits and vegetables. Does anyone know how , or if it is possible in Apprentice, to copy the points coordinates of this object so I can paste them in a spreadsheet? Maybe in the python shell or the textport? Thank you! Edited December 2, 2008 by Andz Quote Link to comment Share on other sites More sharing options...
stevenong Posted December 2, 2008 Share Posted December 2, 2008 Maybe you can use a Geometry CHOP to read in the Point Position and save out a .chan file? Cheers! steven Quote Link to comment Share on other sites More sharing options...
Jason Posted December 2, 2008 Share Posted December 2, 2008 The simplest print statement from a Python SOP could do it too? Or a VEX/VOP Print? Quote Link to comment Share on other sites More sharing options...
edward Posted December 3, 2008 Share Posted December 3, 2008 I second the Geometry CHOP. Just rename your .chan file afterwards to .csv to read it into a spreadsheet program. Quote Link to comment Share on other sites More sharing options...
Andz Posted December 5, 2008 Author Share Posted December 5, 2008 (edited) I second the Geometry CHOP. Just rename your .chan file afterwards to .csv to read it into a spreadsheet program. These are the only file types I can save. I guess .CHAN is not available for the apprentice. **EDIT** And the funny thing is, I'm able to export the geometry in lots of file types OBJ, DXF, RIB, etc. in this apprentice version So, since my geometry is just points, I was able to open the OBJ in open office spreadsheet with coordinates perfectly placed in x,y,z columns. Thank you for the help guys! Edited December 5, 2008 by Andz Quote Link to comment Share on other sites More sharing options...
Jason Posted December 5, 2008 Share Posted December 5, 2008 Thank you for the help guys! Honoured to have posted in a post named "Points From a Banana" 1 Quote Link to comment Share on other sites More sharing options...
Andz Posted December 8, 2008 Author Share Posted December 8, 2008 I needed some type of attention to such a dull subject :-) The other 2 options were: 1 - Points from a pepper 2 - Points from a ginger Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.