inviwo icon indicating copy to clipboard operation
inviwo copied to clipboard

LinkEditor creates invalid link

Open martinfalk opened this issue 6 years ago • 1 comments

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)

image

martinfalk avatar Jun 28 '19 09:06 martinfalk

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)

martinfalk avatar Jun 28 '19 09:06 martinfalk