I’m using a watermark as a method of display for an external rendering tool. (export collada model, render, import resulting file as a watermark background) I’m trying to automate the process via an extension but I can’t figure out how to set the watermark.
> s = Sketchup.active_model.styles.first
> s.attribute_dictionaries.nil?
true
I don’t see any useful methods on s
, just name and description. I figured this might be set via attributes but it appears there are none on the object. What am I doing wrong?