User Tools

Site Tools


macros:example:timelinemarkers

This is an old revision of the document!


Example

Timeline: Import Markers

by: Sebastian Beutel with massive help from GRegory Haynes, March 2023
published: here
description: Import a marker file into a designated timeline
remarks: from the facebook group: https://www.facebook.com/groups/Avolites/posts/2787203324745217/

functions

Code

ImportMarkerMacros.xml
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
  <macro id="Wiki.Macros.Timeline.ImportMarkers" name="Import Markers TL 1">	
    <sequence>	  
      <step>Timelines.ImportMarkersFromString(
        Handles.GetTitanIdFromHandle("timelineHandleUN=1"), 
        "&lt;Version /&gt;", 
        "C:\Users\sb\Documents\Titan\Markers\test.csv", 
        Timecode.ParseFrameRate(100))
      </step>
    </sequence>	
  </macro>
</avolites.macros>

Explanation

This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax

tbd

How to use it

You could leave a comment if you were logged in.
macros/example/timelinemarkers.1680272597.txt.gz · Last modified: 2023/03/31 14:23 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki