Matt Keeter
Matt Keeter
Yup, it looks like this is the exact same problem as above. Please refer to [this comment](https://github.com/mkeeter/antimony/issues/204#issuecomment-455783333) for next debugging steps.
Interesting. What do you see this looking like in the UI? I could imagine a smaller text box midway through the connection with a single expression that's evaluated (maybe using...
That's already pretty easy with a custom script, something like ``` py title("/2") input("a", float) output("b", a/2) ``` Does that do what you're asking? Workflows vary from person to person,...
What version of Python and boost::python are you linking against?
Try again with the latest [build instructions](https://github.com/mkeeter/antimony/blob/develop/BUILDING.md#linux) – maybe `cmake` will make your system happier.
It's already possible to install (global) custom nodes: when populating the node menu [here](https://github.com/mkeeter/antimony/blob/a3d821b0c2df449d33079a3a032914591f5152c4/app/app/app.cpp#L69-L73), we search for files in the `nodes` subfolder of [`AppDataLocation`](https://doc.qt.io/qt-5/qstandardpaths.html), which is platform-specific. Does that accomplish...
What OS are you on? What have you tried to debug the problem?
You can try running without `ninja` by leaving out `-GNinja` from the `cmake` invocation. I'm suspicious about `cmake` not knowing about Gallium OS's paths, since not having a valid C...
Have you found `Shift + A`?
I'm going to reframe this as a blender-style quick-search tool (as @xxv mentioned) -- spacebar should open up a search menu does substring matching against node names in your library.