lib/export/nuke_script.rb in tracksperanto-2.1.1 vs lib/export/nuke_script.rb in tracksperanto-2.2.0

- old
+ new

@@ -1,9 +1,10 @@ # Export each tracker as a single Tracker3 node class Tracksperanto::Export::NukeScript < Tracksperanto::Export::Base - #:nodoc: + #:nodoc + NODE_TEMPLATE = %[ Tracker3 { track1 {%s} name %s xpos 0 @@ -25,10 +26,10 @@ name CompSize_%dx%d postage_stamp false xpos 0 ypos -60 }] - #:doc: + #:doc # Offset by which the new nodes will be shifted down in the node graph SCHEMATIC_OFFSET = 30 def self.desc_and_extension \ No newline at end of file