5 Commits
Author SHA1 Message Date
Stuart Carnie 786f6590c9 Revert "fix: don't serialise empty values"
This reverts commit 640dd733f3.
2023-01-10 10:23:33 +11:00
Stuart Carnie 640dd733f3 fix: don't serialise empty values
Cocoa bindings can set the value to nil, which puts the ShaderParamValue
class into an inconsistent state. Allow nil, and use a resolvedValue
computed property to ensure the final value is never nil.
2023-01-08 08:37:50 +11:00
J-rg 97454a1902 Fix crash when parsing parameter with missing value 2023-01-06 19:48:36 +01:00
Stuart Carnie af727326f9 chore: minor updates 2022-01-26 08:26:55 +11:00
Stuart Carnie 484585b821 feat: Rework preset format and refactor types 2022-01-13 07:32:05 +11:00