Page 1 of 1
Draw off stage
Posted: 03 Mar 2016, 13:55
by schwarzgrau
I know it's not possible to draw outside of the stage with the current architecture, but there is this trick where you make your comp 2500x1500 pixels (for example) and add a camera which covers 1920x1080 pixels.
Couldn't you use this "trick" to give us a let's say 500 pixel border around the edge, in which we could draw, without the bigger comp size and the camera-thing?
Re: Draw off stage
Posted: 04 Mar 2016, 13:04
by Fabrice
I understand your way of thinking the problem (and its solution).
But that would require some change in the engne anyway and would break some (retro)compatibility between .tvpp projects & software versions.
So even if we were working in this way (in fact, we have something else in mind), it would be for a new big version.
Re: Draw off stage
Posted: 04 Mar 2016, 13:08
by schwarzgrau
Ah damn, I thought something like this could be a easy fix, but thanks for your reply
Re: Draw off stage
Posted: 04 Mar 2016, 13:14
by Fabrice
I thought too as I had the same way to thinking some time ago.
But there are a lot of stuff involved. It's more or less like creating two camera in the same project.
Re: Draw off stage
Posted: 04 Mar 2016, 13:17
by schwarzgrau
ah, of course. I didn't thought about adding a camera into such a project.