Hi All.
I have a simple question, but I can't seem to find an answer for a specific issue in the Houdini help. I am pulling in values with the Table import geometry node. When I update the spreadsheet I have to go into the node and tick and untick the max rows dialogue to update the geometry.
It's not a major issue at all and works fine this way, but I am figuring that there is probably a correct and more efficient way to reload python nodes.
Any help would be greatly appreciated,
Thanks.
Table Import geometry node Reload
2661 4 0-
- hitch
- Member
- 13 posts
- Joined:
- Offline
-
- gyltefors
- Member
- 31 posts
- Joined: 2月 2017
- Offline
-
- gyltefors
- Member
- 31 posts
- Joined: 2月 2017
- Offline
The table import node has other issues as well:
1. It doesn't reload data that was modified on disk (as discussed earlier).
2. It fails to parse some files, treating the whole row as one large string, even though it contains commas. It even fails to parse output generated from TOPs csv output!
3. No unicode support (possibly cause of 2 above).
4. There is no option to skip the header line, so that has to be blasted using a separate node.
This node urgently needs an update to be useful!
1. It doesn't reload data that was modified on disk (as discussed earlier).
2. It fails to parse some files, treating the whole row as one large string, even though it contains commas. It even fails to parse output generated from TOPs csv output!
3. No unicode support (possibly cause of 2 above).
4. There is no option to skip the header line, so that has to be blasted using a separate node.
This node urgently needs an update to be useful!
Edited by gyltefors - 2019年4月17日 06:57:41
-
- jess8456
- Member
- 1 posts
- Joined: 8月 2017
- Offline
-
- gordig
- Member
- 87 posts
- Joined: 9月 2019
- Offline
-
- Quick Links