lib/export/nuke_script.rb in tracksperanto-1.9.4 vs lib/export/nuke_script.rb in tracksperanto-1.9.5
- old
+ new
@@ -1,7 +1,9 @@
# Export each tracker as a single Tracker3 node
class Tracksperanto::Export::NukeScript < Tracksperanto::Export::Base
+ #:nodoc:
+
NODE_TEMPLATE = %[
Tracker3 {
track1 {%s}
name %s
xpos 0
@@ -23,14 +25,18 @@
name CompSize_%dx%d
postage_stamp false
xpos 0
ypos -60
}]
- SCHEMATIC_OFFSET = 30
class T < Array
attr_accessor :name
include ::Tracksperanto::BlockInit
end
+
+ #:doc:
+
+ # Offset by which the new nodes will be shifted down in the node graph
+ SCHEMATIC_OFFSET = 30
def self.desc_and_extension
"nuke.nk"
end
\ No newline at end of file