|
def | process (self, objects.Animation animation) |
|
def | process_layer (self, layer_builder, out_parent) |
|
def | shapegroup_process_child (self, shape, shapegroup, out_parent) |
|
def | shapegroup_process_children (self, shapegroup, out_parent) |
|
def | restructure_animation (self, animation, merge_paths) |
|
def | restructure_layer_list (self, layer_list, merge_paths) |
|
def | restructure_shapegroup (self, shape, shape_group, merge_paths) |
|
Definition at line 73 of file restructure.py.
◆ process()
def lottie.utils.restructure.AbstractBuilder.process |
( |
|
self, |
|
|
objects.Animation |
animation |
|
) |
| |
◆ process_layer()
def lottie.utils.restructure.AbstractBuilder.process_layer |
( |
|
self, |
|
|
|
layer_builder, |
|
|
|
out_parent |
|
) |
| |
◆ restructure_animation()
def lottie.utils.restructure.AbstractBuilder.restructure_animation |
( |
|
self, |
|
|
|
animation, |
|
|
|
merge_paths |
|
) |
| |
◆ restructure_layer_list()
def lottie.utils.restructure.AbstractBuilder.restructure_layer_list |
( |
|
self, |
|
|
|
layer_list, |
|
|
|
merge_paths |
|
) |
| |
◆ restructure_shapegroup()
def lottie.utils.restructure.AbstractBuilder.restructure_shapegroup |
( |
|
self, |
|
|
|
shape, |
|
|
|
shape_group, |
|
|
|
merge_paths |
|
) |
| |
◆ shapegroup_process_child()
def lottie.utils.restructure.AbstractBuilder.shapegroup_process_child |
( |
|
self, |
|
|
|
shape, |
|
|
|
shapegroup, |
|
|
|
out_parent |
|
) |
| |
◆ shapegroup_process_children()
def lottie.utils.restructure.AbstractBuilder.shapegroup_process_children |
( |
|
self, |
|
|
|
shapegroup, |
|
|
|
out_parent |
|
) |
| |
◆ merge_paths
bool lottie.utils.restructure.AbstractBuilder.merge_paths = False |
|
static |
The documentation for this class was generated from the following file: