Rendered texture wrong scale at patch start

Hi

image

Basically the title, I have a subpatch ( is that the correct word?) that generates a texture and is grouped in the final render. When I open the main patch the texture has funky scale values. If I open the subpatch and enable the renderer the problem is fixed. Is there any way to automate / fix this ?

Are you using DX9? If so you have to set Backbuffer Width and Height:
image

I’m using Dx11

image

when I rightclick the litte rectangle on the renderer the problem is fixed. when I leave that render window open and restart the patch it also works but I feel like that isnt the way to do it :]

image

I just noticed that the backbuffer size starts at 150 and changes when I open the render window - is there any way to set that before it opens ?

Why disable it?
If you only need the texture, use Renderer (DX11 TempTarget).
image

1 Like

Right, that fixed it! - I didnt know about the temptarget renderer :]

I figured it would be harder on the gpu to render 2 windows thats why I disabled it, it was still giving the animated textures so I figured that was the way to go :]

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.