lib/import/nuke_script.rb in tracksperanto-1.9.9 vs lib/import/nuke_script.rb in tracksperanto-2.0.0
- old
+ new
@@ -24,10 +24,10 @@
TRACKER_3_PATTERN = /^Tracker3 \{/
TRACK_PATTERN = /^track(\d) \{/
NODENAME = /^name ([^\n]+)/
-
+ # Scans a tracker node and return all tracks within that node (no more than 4)
def scan_tracker_node(io)
tracks_in_tracker = []
while line = io.gets_and_strip
if line =~ TRACK_PATTERN
t = extract_tracker(line)
\ No newline at end of file