rodolforg

Results 324 comments of rodolforg

Is this problem still reproducible with 1.4.2?

@FirasH Is it fixed now on master due to #2569 ?

I'm not sure the problem is renderer_canvas.cpp, as it happens also via synfig CLI, not only on Synfig Studio (GUI).

Maybe the problem is the `pw` and `ph` values and these divisions: https://github.com/synfig/synfig/blob/e54c25dc051f6ad38f8ec2ed8ca95371be4a3cd4/synfig-core/src/modules/lyr_std/curvewarp.cpp#L452-L453 What if the calculation was computed other way? If `pw`/`ph` are too small, those calculations could be...

Check https://github.com/synfig/synfig/pull/947 . And look for dock toolbox too.

@morevnaproject I realized I made one commit with 4 different effects. I now split them in 4 different commits. (rebased it to master branch too)

> 1. It shows warning even if Skeleton Layer is in the same group with linked layer. See this video from 0:18 - Thank you. I only tested with bone...

Could you guys test them? I make the (temporary) last commit to be able to compare the original version vs. Cobra version. @FirasH @morevnaproject

> We have regressions in the current master. > I'm not sure should we fix all the regressions in master first? With this PR we go back to original rendering...