| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PCGExtendedToolkit-5.3.zip | 2024-07-18 | 3.2 MB | |
| PCGExtendedToolkit-5.4.zip | 2024-07-18 | 4.4 MB | |
| PCGEx 0.21 - Better, Faster, Stronger source code.tar.gz | 2024-07-18 | 647.9 kB | |
| PCGEx 0.21 - Better, Faster, Stronger source code.zip | 2024-07-18 | 1.1 MB | |
| README.md | 2024-07-18 | 1.4 kB | |
| Totals: 5 Items | 9.4 MB | 0 | |
Breaking update
This update introduce a boatload of changes, optimizations, new nodes, removals; it's roughly 300 commits worth of work.
Due to drastic architectural changes, as well as vernacular update to avoid confusion ("graphs" are now renamed "clusters"), some v0.15 will vanish from your existing graphs. I'm sorry about that; BUT, two things: - it's worth it a thousand fold for the perf updates. - it won't happen again, as the plugin has now reached a very stable state.
Check out the example project for updated ways of doing things, as always, more to come!
What's Changed
- Cluster features - Preview merge by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/54
- Polyline fix by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/55
- PCGExMT Cleanup by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/56
- Filter optim by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/57
- Async pause update by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/58
- Cluster position mngmt refactor by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/59
- Collision samplers update by @Nebukam in https://github.com/Nebukam/PCGExtendedToolkit/pull/60
Full Changelog: https://github.com/Nebukam/PCGExtendedToolkit/compare/v0.15...v0.20