| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PCGExtendedToolkit-5.5.zip | 2024-12-05 | 7.6 MB | |
| PCGExtendedToolkit-5.4.zip | 2024-12-05 | 7.5 MB | |
| PCGExtendedToolkit-5.3.zip | 2024-12-05 | 5.7 MB | |
| PCGEx 0.45 source code.tar.gz | 2024-12-05 | 1.2 MB | |
| PCGEx 0.45 source code.zip | 2024-12-05 | 1.9 MB | |
| README.md | 2024-12-05 | 1.1 kB | |
| Totals: 6 Items | 24.0 MB | 0 | |
What's Changed
- PCGExConstants by @EdBoucher !
New Nodes
- Constants -- Adds nodes that expose an attribute containing a constant value, so you don't to configure a 'create attribute' node every time you want a 0 or the up vector.
Numeric values and vectors can optionally be scaled by a constant value and negated by selecting the relevant checkbox; numeric values that aren't 0 can also output their reciprocal (1/x). Numeric values are output as double by default, but can be configured to output float, int32 and int64 as well. * Includes: * Booleans (true and false) * 0 * 1 * -1 * 0 and 1 (on the same node) * 0.5 and 2 * Powers of 10 * Irrationals (Pi, E, Golden Ratio etc) * Angles (90, 180, 270, 360, 45) * Vector Axes (Up, Right, Forward)
Fixes & Tweaks
- Other small bugfixes here and there, including fix for path centroid calculation by @EdBoucher
Full Changelog: https://github.com/Nebukam/PCGExtendedToolkit/compare/v0.44...v0.45