Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geonodes charts #53

Merged
merged 59 commits into from
Dec 22, 2024
Merged

Geonodes charts #53

merged 59 commits into from
Dec 22, 2024

Conversation

Griperis
Copy link
Owner

@Griperis Griperis commented Apr 17, 2024

Geometry nodes charts

  • Introduced a new "Geometry Nodes" mode, where charts are created using geometry nodes, while keeping the old code as "Legacy".
  • Available in Blender 4.2 and above
  • More work to be done, but this PR acts as a base for the 3.0.0 release

Highlights

  • Several orders better performance - larger datasets are generated almost instantly
  • Customizability on the fly - adjust data ranges, axis configurations in real time
  • Chart components - the chart itself, axis, above data labels, ... are separate components that can be added as a modifier to chart object
  • New user interface - panels for each individual chart feature, where user can add it, remove it or tweak it
  • New options for animations - animate data after its created, in and out animations
### Screenshots

image
image
image
image

- bar chart & axis
- reusable node group
- easier animable
- extrude and radius controls
That was unneccessary, as there is going to be only two engines - modes.
- loading geometry nodes
- base of classes and operators
- updated data API
- loading of data and generating shape keys and @w param
- selecting out of accepted data types in chart generation
So this can support the shape keys - you need to have predetermined
ranges for shape key affected data.
Now the points are at correct positions and everything is more readable.
@Griperis Griperis self-assigned this Apr 17, 2024
@Griperis Griperis changed the title WIP: Geonodes charts & v 3.0.0 Geonodes charts Dec 22, 2024
@Griperis Griperis modified the milestones: Version 2.0, Version 3.0.0 Dec 22, 2024
@Griperis Griperis merged commit 41a50a2 into master Dec 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant