[BUG] Beta6 Material Function Input T2D is broken

I cant use Texture2D in Material Function (Detail Texturing Function comes with Rocket). Here is a screenshot:

I’m not sure now, but AFAIR in previous build it also didn’t work. the T2d input need texture object, not texture sampler. Only way to use texture sampler with function is to plug it into Vector3 input.

But I agree that, there should be more convinient way of plugin texture samplers into function.

yes, it always uses TextureObjects.