π€ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now
SketchupExtension messes up namespaces with .rbs files
-
This is the first time I've been using .rbs files.
I made the loader create an SketchupExtension object and registered the Extension. The file the extension loads, and .rbs, in return loads more files, .rbs files.
However, when I do that, everything gets wrapped up in the SketchupExtension namespace.
So instead of FooBar::MY_CONST the plugin tried to lookup SketchupExtension::FooBar::MY_CONST
Why does this happen?
Advertisement