This bug was originally reported with #0356.
If you apply AttribTest1.skm (1.4 KB)
material to a model in SU2017 on Mac, then:
Sketchup.active_model.materials["AttribTest1"].attribute_dictionaries
Will return nil instead of AttributeDictionaries with one dictionary called “Test” containing single key “Key1” with a value of “Value1”.
Sketchup.active_model.materials[“AttribTest1”].get_attribute(“Test”,“Key1”)
Value1
On Mac this doesn’t work.