Class: Tracksperanto::Import::NukeScript

Inherits:
Base
  • Object
show all
Defined in:
lib/import/nuke_script.rb

Defined Under Namespace

Classes: IOC

Instance Attribute Summary

Attributes inherited from Base

#height, #progress_block, #width

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

autodetects_size?, inherited, #report_progress

Methods included from ZipTuples

#zip_curve_tuples

Methods included from BlockInit

#initialize

Methods included from Casts

#cast_to_float, #cast_to_int, #cast_to_string, included

Methods included from Safety

included, #safe_reader

Class Method Details

.distinct_file_extObject



9
10
11
# File 'lib/import/nuke_script.rb', line 9

def self.distinct_file_ext
  ".nk"
end

.human_nameObject



5
6
7
# File 'lib/import/nuke_script.rb', line 5

def self.human_name
  "Nuke .nk script file"
end

Instance Method Details

#parse(io) ⇒ Object



28
29
30
# File 'lib/import/nuke_script.rb', line 28

def parse(io)
  scan_for_tracker3_nodes(IOC.new(io))
end