Minor error in release notes

The release notes for SU2018 states:

Fixed Geom::Transformation.scale(float) and Geom::Transformation.new(float) to not set the 15th component of the matrix, but instead adjust the other fields.

It should say:

Fixed Geom::Transformation.scaling(float) and Geom::Transformation.new(float) to not set the 15th component of the matrix, but instead adjust the other fields.

“scaling”, not “scale” is the name of the method in the Ruby API.

It is correct in the API documentation file:
File: Release Notes — SketchUp Ruby API Documentation


BUT, … What are the API Release Notes doing mixed in with the Application Release Notes ?

It is obvious that pasting them into 2 locations has allowed mistakes to fall through to publication.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.