ice0
ice0
The issue is in that code: https://github.com/synfig/synfig/blob/d1192e1d4685b0e4db9d1a0b94423fdcd0b0d90b/synfig-studio/src/gui/docks/dock_soundwave.cpp#L245-L247 guid is empty on start. UPD: Linux version pass "-no-audio-" guid. @hesham-essam Can you check which value is passed in your case?
> P.S. Maybe rename `LayerGroupTree` to `LayerSetsTree`? AFAIK, Konstantin likes to avoid to rename files to not "lose" change history. `--follow` allows to list the history of a file beyond...
I forgot to test a reproducible build, but after I did it, I noticed that if I copy the date from the build and try to rebuild it with environment...
`find_distance` in `ETL/_bezier.h` actually returns a float. _bezier.h ``` typedef float distance_type; ... distance_type find_distance(time_type r, time_type s, int steps=7)const ``` Floating point precision is between 6 and 9 decimal...
~https://developer.gnome.org/gtk4/stable/ch41s02.html#id-1.7.4.4.75~ (updated Link: https://docs.gtk.org/gtk4/migrating-3to4.html#gtktoolbar-has-been-removed) >  > However, `GtkToolbar` has been removed in Gtk 4 so we might end up reimplementing this PR solution again in the future when migrating...
Original feature request located here: https://forums.synfig.org/t/stroke-animation-in-synfig-animated-in-synfig-art-created-in-inkscape/12089
https://gitly.org/alex/vlang 
Linux unoptimized (https://github.com/synfig/synfig/commit/994622bb93d3abcf2e4fa2b168951b8369422905) ``` ./synfig -o pirates.png -t null 3,54s user 0,35s system 110% cpu 3,538 total ./synfig -o pirates.png -t null 3,56s user 0,24s system 109% cpu 3,482 total...