inviwo
inviwo copied to clipboard
LinkEditor creates invalid link
It is possible to create invalid links in the LinkEditor. For example when linking the lighting property of a Volume Raycaster to a Lighting Raycaster. The link editor shows the link, same for the network editor. However, the link cannot be created according to the log console.
Unable to link CompositeProperties:
LightingRaycaster.lighting
to
VolumeRaycaster.lighting.
Number of sub properties differ (10 vs 9)

Really annoying when changing the subproperties afterward. Because each invalidation will trigger the following warning:
Unable to link CompositeProperties:
LightingRaycaster.lighting
to
VolumeRaycaster.lighting.
Number of sub properties differ (10 vs 9)