yar
April 2, 2024, 4:02pm
1
I am using a class that replaces a model (not very important in this case) and now when I add a FUSE an error occurs in ObjectEditor. They are not related in any way, just adding Fuse to the project causes this error and removing Fuse makes the error go away.
6.0 stable / 6.0-0325 preview
Not sure which version/commit of Fuse you’re on, but I believe this PR would fix your issue :
TheFuseLab:1.0
← azeno:dev/azeno/api-update
opened 11:25AM - 19 Mar 24 UTC
We reworked how monadic values (GPU, ShaderNode, Channel, etc.) work in upcoming… 6.0 release and therefor some changes in corresponding API were necessary. Once this PR is merged FUSE will need vvvv >= `6.0-0280-g5542bf5529`.
Note that it will not work against the current 6.1 preview build (0003) because that one doesn't have the latest changes from 6.0 merged yet! That's also the reason why this work was based on 9b7814862c0f3a20d964819c6ff3e7474ee31c40 which was the last version of FUSE using a 6.0 preview release. Maybe you should stick to a 6.0 version for the aimed upcoming release.
Edit : I edited your topic’s title so that it’s more relevant and searchable for anyone else having this issue.
2 Likes
yar
April 3, 2024, 7:14am
3
@sebescudie thanks!
Since nuget was updated 13 hours ago, this should be a solution