-
## Description
A method to read scene data from code, it should output a json with the available data about the loaded scene
Now when loading a scene with debug enabled it is already possible to r…
-
Data flow variables are improperly filtered in PCM Vertices in Branches.
Start Nodes in Branches should only forward, instead of filtering on parameters.
The OCL Editor is also broken when using s…
-
Allow to query for arbitrary patterns (starting slowly):
* syntactic
* all vertices of types X (e.g., all comments, all uses)
* syntactic structures (all X nested in Y, [ast-grep](https://githu…
-
```
What steps will reproduce the problem?
bin/example_apps/pagerank file GRAPH-NAME
What is the expected output? What do you see instead?
What version of the product are you using? On what operati…
-
Since Streamlit v1.35, it's possible to capture user selections from Plotly charts. Incorporating this feature into the demo app would be beneficial, as it would allow to display aggregated statistics…
-
First, thank you for this awesome project!
The problem is that I want to deal with many vertices. This is why I get the [following assertion error](https://github.com/ocornut/imgui/blob/da29b776eed…
-
```
What steps will reproduce the problem?
bin/example_apps/pagerank file GRAPH-NAME
What is the expected output? What do you see instead?
What version of the product are you using? On what operati…
-
I'm having a bit of trouble understanding what VoronoiMesh is actually giving me.
Example:
```C#
List anchors = new List();
anchors.Add(new DefaultVertex() {Position = new double[]{-1, 1}});
anch…
-
Hi thanks for your great work.
While trying to run vis_est_poses.py it gives error.
in renderer_vispy.py file, the line 402 below gives the error. because the model doesnt have "normals" key and val…
-
There are some major issues that currently make this nonfunctional:
First it doesn't do anything to check winding order of the input polygon; this is necessary to establish which angle is internal. W…