Flux Nodes not Available for Send to Web

I am having trouble with “send to web” functionality of dynamo studio due to it containing Flux components. Is there a workaround for this?

Unlikely

2 Likes

The “Send to web”-functionality works only with Out-Of-The-Box nodes. Why do you want to include Flux nodes in the first place?

2 Likes

to include data from outside of dynamo, there doesn’t seem to be a way to internalize data in dynamo from flux

To internalize data from Flux you must use some exporter in Dynamo studio like the SAT export and then read it again. But there are no file reader node allowed for the “Send to web”-functionality, unfortunately. (But also quite understandable.) So no, there are no workaround for this.

2 Likes

@pardism Send to web in Dynamo Studio only works for OOTB Dynamo nodes. You cannot use any packages that use python or C# currently, which means Flux. If you want to reference a piece of geometry in the web version of Dynamo, you are very able to read a SAT file. The following people also provided similar answers for your question.

That all being said, if you elaborate a bit more on your end goal, there may be other ways to achieve what you are looking for.

2 Likes