| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | dst_image | Destination image (one of the Anim Frames), where to insert the animated source layers |
| DRAWABLE | drawable | drawable (unused) |
| INT32 | range_from | destination frame nr to start |
| INT32 | range_to | destination frame nr to stop (can be lower than range_from) |
| INT32 | nr | layerstack position where to insert source layer (0 == on top) |
| LAYER | src_layer_id | starting LayerID of SourceObject. (use any Multilayeranimated Image, or an AnimFrame of anoter Animation) |
| INT32 | src_stepmode | 0-5 derive inserted object as copy of one layer from a multilayer src_image
100-105 derive inserted object as copy of merged visible layers of a source animframe
0: Layer Loop 1: Layer Loop reverse 2: Layer Once 3: Layer Once reverse 4: Layer PingPong
5: None (use onle the selected src_layer)
100: Frame Loop 101: Frame Loop reverse 102: Frame Once 103: Frame Once reverse 104: Frame PingPong
105: Frame None (use onle the flat copy of the selected frame)
|
| INT32 | src_handle | 0: handle left top 1: handle left bottom
2: handle right top 3: handle right bottom
4: handle center |
| INT32 | src_paintmode | 0: GIMP_NORMAL_MODE (see GimpLayerModeEffects -- libgimp/gimpenums.h -- for more information) |
| INT32 | src_force_visible | 1: Set inserted layres visible, 0: insert layers as is |
| INT32 | clip_to_img | 1: Clip inserted layers to Image size of the destination AnimFrame, 0: dont clip |
| INT32 | rotation_follow | 0: NO automatic calculation (use the rotation array parameters as it is)
1: Automatic calculation of rotation, following the path vectors, (Ignore rotation array parameters)
|
| INT32 | startangle | start angle for the first contolpoint (only used if rotation-follow is on) |
| STRING | pointfile | a file with contolpoints (readable text file with one line per controlpoint) |