π‘ LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
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