-
### Specification
During testing we found the warning `WARN:polykey:No seednodes could be found for for mainnet.polykey.com` This comes from `resolveSeednodes` `src/nodes/utils.ts:427`.
```
cmc…
-
While porting the NodeGraph to AvalonDock, I had to rewrite the framework to use instance references to NodeGraphManager instead of static references everywhere. This will allow for multiple instances…
-
I have implemented a data analysis framework that allows node computation and back propagation of derivatives for optimization of parameters by subclassing NodeGraph and BaseNode. This required allow…
-
_From @captainmpc on August 6, 2015 13:58_
I notice, node graph ( on OSX at least ) come to be very slow to navigate.
Few nodes slowdown the graph.
I notice the first level of zoom which doesnt show…
-
We need a way to visualize an RTDP configuration. This should include visualizations of relevant telemetry from the individual components that updates as the platform runs the simulation/workflow. For…
-
VNodegraph will be the framework addon powering various other addons such as in-game gamemaster tools, and visual scripting.
The purpose of the node graph will be to add in-game customization function…
-
Investigating interest in an extension for procedural textures - IKEA_procedural_images
The purpose of this extension is to enable procedurally generated images that can be used as texture refere…
-
### Feature
I would like to implement some sort of *Tracking* of the inputs that are used to generate a specific publish. This will allow upstream input and downstream output tracking to be visuali…
-
I am currently working on packaging USD assets for public release and I though it would be a good idea to use the MaterialX shaders instead of the Usd Preview Surface. I'm using Houdini 19 Solaris to …
flord updated
2 years ago
-
## Proposal
The current equivalence operator (operator==) will fail if:
1. The order of attributes for an element differs
2. The order of children differs
This is the desired logic.
Howe…