- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
@pablovazquez another question I have, how/if does this interact with the strip resizing "handles". Right now these are just "wider" rectangles on either side of the strip. With the proposed…
@nickberckley @mod_moder rounded corners are possible to do, I'm just trying to clarify whether they are implied by this design (judging from the screenshots), or not (since the text never…
This looks great! But looking at the design mockups, my questions are about... the rounded corners lol :)
IMHO, the very slightly rounded corners do make the overall look much better. But,…
Yeah, I'll test whether generalizing this to "effects with zero inputs" does not "horribly break" other strips (like adjustment layers), and update the code.
So if you place color strip above the effect, both strips would be rendered. It is probably rare case, but I think it should be supported. Will have to check how your code behaves.
Yes, that…
@blender-bot build
@iss found what is the cause of different outline in your "complex text effect stack" file between 3.6 and 4.0 -- the effect was seemingly relying on strip color Multiply affecting the alpha…
@iss hmm, that file is produced with Blender 3.6, it seems... and it renders differently between 3.6 and 4.0 already (same in 4.1/4.2 as in 4.0). Not sure if by design, or something "broke" lol.
That's a curious cache design!
Some caching systems I've worked on in the past would have approached this differently, something like:
- There's no "linking" of related results at all, -…
I can fairly easily think of how to solve this, and I think (hope) for Color strips that would not cause practical problems. Not sure about Text strips though, e.g. today if you just add a blur…
LGTM. Yeah no idea why the code is like this, the extra return statement seems to be clearly unnecessary.