Skip to content

Commit

Permalink
+ 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaulant committed May 9, 2019
1 parent e5b5a0f commit f6f0413
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified dist/ladb_opencutlist-dev.rbz
Binary file not shown.
Binary file modified dist/ladb_opencutlist.rbz
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ladb_opencutlist/ruby/constants.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Ladb::OpenCutList

EXTENSION_NAME = 'OpenCutList'.freeze
EXTENSION_VERSION = '1.6.3-dev'.freeze
EXTENSION_BUILD = '201905090708'.freeze
EXTENSION_VERSION = '1.6.3'.freeze
EXTENSION_BUILD = '201905090919'.freeze

end
4 changes: 2 additions & 2 deletions src/ladb_opencutlist/ruby/model/material_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def read_from_attributes
# Generate a new UUID
uuid = SecureRandom.uuid

# Store the new uuid to attributes
# Store the new uuid to material attributes
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'uuid', uuid)

end
Expand All @@ -225,7 +225,7 @@ def read_from_attributes

def write_to_attributes
if @material
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'uuid', uuid)
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'uuid', @uuid)
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'type', @type)
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'length_increase', DimensionUtils.instance.str_add_units(@length_increase))
@material.set_attribute(Plugin::ATTRIBUTE_DICTIONARY, 'width_increase', DimensionUtils.instance.str_add_units(@width_increase))
Expand Down

0 comments on commit f6f0413

Please sign in to comment.