ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
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