Valent Posted January 25, 2019 Share Posted January 25, 2019 Hi, is it possible to write/read a point attribute to/from an external text(or any other format) file? Quote Link to comment Share on other sites More sharing options...
kiryha Posted January 25, 2019 Share Posted January 25, 2019 Can you, please, provide a more specific example? Meanwhile, this might help: 1 Quote Link to comment Share on other sites More sharing options...
oddo Posted January 28, 2019 Share Posted January 28, 2019 Within a python node you can use all the text reading and writing abilities that python delivers. It comes with libraries for the most common formats whether you want to read line by line from a .txt file, sorted data from a .csv table or structured data like a .json or .xml. The python hom.hou module enables you to write the data as attributes to points. 1 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.