lib/export/nuke_script.rb in tracksperanto-1.8.1 vs lib/export/nuke_script.rb in tracksperanto-1.8.2
- old
+ new
@@ -43,10 +43,10 @@
@max_frame, @ypos, @w, @h = 0, 0, w, h
# At the start of the file we need to provide the length of the script.
# We allocate an IO for the file being output that will contain all the trackers,
# and then write that one into the script preceded by the preamble that sets length
# based on the last frame position in time
- @trackers_io = Tempfile.new("nukex")
+ @trackers_io = Tracksperanto::BufferIO.new
end
# We accumulate a tracker and on end dump it out in one piece
def start_tracker_segment(tracker_name)
# Setup for the next tracker
\ No newline at end of file