Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π Easy Offset | Offset selected faces in SketchUp in positive and negative offsets. Download
Observers within a Tool?
-
I need to capture the
onRenderingOptionsChangedevent from within a tool.I tried adding the
onRenderingOptionsChangedmethod to my tool class, then within theactivatemethod I addputs model.add_observer(self). That returnstrue- but yet the event doesn't trigger. -
facepalm!
model.rendering_options.add_observer(self)- duh!
Advertisement