1 message in com.googlegroups.sketchuprubymatch_properties.rb not working with ...
FromSent OnAttachments
Al Hart26 May 2007 22:02 
Subject:match_properties.rb not working with RPS scripts.
From:Al Hart (al.h@renderplus.com)
Date:05/26/2007 10:02:49 PM
List:com.googlegroups.sketchupruby

Some RPS users have reported a problem loading match_properties.rb

If you change the last line of Match_Properties.rb to end with:

=}.unpack("m")[0]

instead of:

=}.unpack("m").to_s

Then it will work properly with RPS products.

We are fixing the RPS products so they won't interfere with scripts which use this .to_s logic for encryption.

But it will help if other developers using the unpack obfuscation use the [0] logic rather than to_s.