Hi, let say I have a TextureObject that i applied a custom node that manipulate the color ( e.g. a custom blur function), this custom node returns a float3. how can i return a full TextureObject instead of a sampler-like float3? ( need to do multiple layers of Texture manipulation) once i returned float3 from the custom node, seems like the UV is lost, i can no longer manipulate UV