Closed gmlewis closed 1 year ago
While I'm here, would you consider the possibility of being able to rename nodes? Additionally, it would be nice to be able to search for a node with a keyboard shortcut (maybe "/"?) that would zoom into (zoom-fit) any nodes that match that name.
As the network grows more complex, I think it would be nice to label nodes especially for really important inputs from the user. As an example in the above screenshots, the far left "Point" node really represents an "Inner Radius" of a coil I would like to make, and I would like to name it that instead of just leaving it as a generic "Point".
Please note that the helix.lua
code above is out-of-date and has been replaced by code in #96.
It turns out that all of the above was just user error, but I learned a lot. I think #96 might still be a nice addition, so I'll leave that PR open but will close this issue as "working as intended". Sorry for the noise.
First off, thank you for this project!
I wrote a custom "Helix" node in Lua, that looks like this:
When I attempt to extrude a quad along the helix curve using "Extrude Along Curve", I get this:
I'm a Rust newbie so I haven't dug into the code yet, but just wanted to report it here to keep track of the issue.
Here is the custom
helix.lua
code (placed in theblackjack_lua/run
directory) I wrote in case you want to try it out: