Changelog
[v1.0.0] - 2024-9-9
- Renamed to Graphlit
- Full custom lighting is now entierly possible in the unlit graph when enabling
Custom Lighting
- this creates all the passes and keywords required for lighting - Creating a new Lit, Toon or Unlit graph now comes by default already setup with basic nodes
- Created a Toon sample with the new Unlit graph and the layered shadow node
- Created a Main light node with the light color, direction, shadow attenuation and distance attenuation which works both in unlit and lit graphs
- Fixed a bug with properties getting renamed when reordering them
- Refactored code for the lit graph
- Added B hotkey for split node
- Added G hotkey for get variable node
- Added all variable get nodes to the create nodes list
- Removed flat shading toggle in the lit graph
- Non linear lightprobe SH
- Use
_
to automatically create a valid reference name from the display name - Added more samples
- Added a default toon
- Added a triplanar node
- Groups can now also be copied
- Copying nodes now works between graphs as well
- Non existing properties now get added automatically when copying nodes between graphs
- Added a Specular Higlights and Reflections toggle to the lit graph
- Implemented non important lights per pixel on the lit graph
- Added an icon
- Fixed loose edges in the graph view when changing nodes
- Add toggle button for previews on the node
- Increased height of ports on the master node
- Improved outline scale node
- Outline pass can now be toggled on the material
[v0.0.5] - 2024-3-6
- Added Clip Space Position node
[v0.0.4] - 2024-3-1
- Ignore current culture info while parsing and using ToString (Fixes , istead of .)
[v0.0.3] - 2024-3-1
- Updated sample
- Added Geometric Specular Anti-Aliasing Node
[v0.0.2] - 2024-2-18
- Fixed missing connections when copy pasting nodes
- Added register and fetch variable nodes
- List new properties in node search
- Added color mask node
- Added opacity to blend node
[v0.0.1] - 2024-2-13
- Initial release