Plugin Conflict
-
I noticed that the plugin, “Eclate_Deplace.rb” was not working, that this plugin was always greyed out in the context menu. I changed the file extension on the recently installed plugins until; I found that the plugin, “VolumeCalculator21.rb” was the culprit.
Just a heads up. I am not smart enough to know why.
Ken
-
Neither am I ... and I wrote the volume tool ?
-
Ok, I don't know what I'm talking about but:
Could it be some statement in the ruby that addresses some statement in the stuff behind the curtains that you have no control over? -
Neither ruby uses any $global variables so it's not that.
The volume tool does add to some methods to built-in classes -Geom::Point3d.dot(v)
andSketchup::Face.orient_Volume_faces
- but these are not used in the other script anyway ? -
Well, I was throwing in some "out of the box" question hoping this would maybe lead to a cure all, since there are other plugins that seem to interfere. Nothing specific.
-
Do you get any error messages in the ruby console ken?
Advertisement