Introducing my plugin

@LE_GALL

Phillipe, please see the code review comments I made in this other topic, as you have done much the same incorrect things.

Push/pop tool without losing current tool state? - #6 by DanRathbun

Yes I know the original by MJG also was not organized correctly as a proper SketchUp extension. It was written way back in 2012 when we were still working out extension paradigms.

But the main rule you broke was to create a derivative work without wrapping it in YOUR OWN namespace so it does not clash with the original, or other author’s editions.

Because you did not do this, … and MJG is busy and hasn’t been visiting for a year, … I’ve taken his ā€œpluginā€ and organized it as a proper extension, wrapped up in MJG’s personal namespace.
This will allow his edition to be preserved without clashing with other author’s editions.

So please take a look at how I did it … and do the same to your edition …
… but use YOUR OWN top level namespace module name not his !

~

Dan,
I’m developing a completely new version that uses wed dialogs from a structured menu in addition to menus in the plugins. This version corrects a number of approximations in the calculations and filtering of the data. In addition, this version takes into account the constraints you mentioned.
I’m developing very slowly.
First of all, I’m just doing this for my leisure and for my personal pleasure.
I’m not looking for performance.
Regarding the version of SPGears_mjg_plg_v2.2, I can arrange directly with the interested by email by allowing you to give them my email.
Yours very much.
Phiippe
.

I am not your publicist, sir. I do not even know if I have your email, nor do I want it, much less want to distribute anyone’s email. The forum is fine for interaction.

Well, certainly this is good to hear. They are really not my constraints. They are mentioned in the official documents I linked above.

It is not about performance. It is about your code running separately from everyone’s else’s code. SketchUp’s ObjectSpace is shared by all extensions so every author’s code needs to be separated into it’s own province.

Good morning, everyone.
I want to submit my latest pl_gear_project.rbzpluginproject. Can anyone guide me through this process?

I again refer the distinguished gentleman to the links I posted above.
There is no point in typing out what is already available from official source.