[Bug] Mac SU2017 SKM material no attributes loaded #0356

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.

1 Like

This topic was automatically closed after 91 days. New replies are no longer allowed.