Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefaultstyle
widths16%, 11%, 13%, 60%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
widths21%, 15%, 14%, 14%, 36%
style
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

NameFlag argumentsArgument typeExclusive toComments
selected0If specified, and no arguments are passed in to the command, the selected modules will have their animation data copied
create0leaveTimeAloneIf specified, a new clip will be created as the target clip, with the name provided by the first argument to the command
leaveTimeAlone0createIf specified, the target clip will not have it`s time related attributes changed Start_Frame, Clip_Offset, and Duration)

Return value

void

Examples

Code Block
languagetext
// create a Clip and a Marker

...


create Clip "clip1";

...


create Marker "marker1";

...


 

...

// animate the marker 

...


// to represent data being copied

...


setTime 0;

...


setKey Translation 0 0 0;

...


setTime 20;

...


setKey Translation 100 100 100;

...


 

...

// create a 2nd Clip

...


// copy marker1 to clip2

...


copyClip clip2 marker1 -create;

Scroll pagebreak

Additional information

...