You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Sometimes it is helpful to not only write an OBJ object to disk as a file, but have it available as a string (e.g. for network transmission). The OBJWriter node does currently do everything conversion related but forces you to write the result to disk.
Describe the solution you'd like
I'd suggest an additional OBJString node that does exactly what the OBJWriter node does, but provides the result as a string output.
Additional context
I can provide a PR if the idea is proven worthy. (can be done together with #625 )
The text was updated successfully, but these errors were encountered:
sounds good. we'll accept a PR for this. the nodes as they are now should then also be built with those new string nodes. please document your PR with screenshots and a good description to simplify the review.
Is your feature request related to a problem? Please describe.
Sometimes it is helpful to not only write an OBJ object to disk as a file, but have it available as a string (e.g. for network transmission). The OBJWriter node does currently do everything conversion related but forces you to write the result to disk.
Describe the solution you'd like
I'd suggest an additional OBJString node that does exactly what the OBJWriter node does, but provides the result as a string output.
Additional context
I can provide a PR if the idea is proven worthy. (can be done together with #625 )
The text was updated successfully, but these errors were encountered: