Tags give the ability to mark specific points in history as being important
-
0.2.0
Release: 0.2.0 submarine018ade3f · ·0.2.0 submarine Group.append() and Group.insert() allow you to add new layers to a group. Iterating over Groups gives the layers within that group. Iterating over any other sort of Layer gives nothing. Groups can be indexed with integers, which give you the layers in order. This is a breaking change; previously it iterated over the fields of the Layer, which is rarely something you want to do. The "desc" field of non-Animation layers can be None, which means there is no description. This differs from a description which is the empty string. This brings us into compliance with Synfig. Fixed bug preventing instantiation of classes which contained a field with a default value specified in seconds. (See commit 24f19ab.) Fixed bug preventing update of values in Transformation layers. Text layers can be constructed by giving the string they are to contain. Documentation improved a bit.