[Plugin][$] JointPushPull Interactive - v4.8a - 30 Mar 24
-
NEW RELEASE: JointPush Pull Interactive v3.2b - 17 Mar 14
JointPushPull Interactive 3.2b fixes a number of bugs related to the modes of forced planar direction, which basically did not work.
Thanks to xiombarg for signaling this problem.See main post of this thread for Download of JointPushPull.
Fredo
-
I've updated everything, but it still doesn't respond to the local toggle. I've tried to go through and get rid of any unused plugin files and I've used your 'purge obsolete files' utility but to no effect.
I guess I could just re-install everything and see what happens.
-
@xiombarg said:
I've updated everything, but it still doesn't respond to the local toggle. I've tried to go through and get rid of any unused plugin files and I've used your 'purge obsolete files' utility but to no effect.
I guess I could just re-install everything and see what happens.
Could you post or PM the model where you have the problem.
The local toggle enable to use the axes of the component which contains the picked face selected, instead of the model axes.
Fredo
-
-
I think it's a setting thing.
-
Nope. Whether I have that "local button" toggled on or off it still sets itself to world. I've tried all sorts of variations of setting the axis and it always resorts to world axis. It almost seems like another script is overriding it as a precedence.
-
Two options come to mind, then. Make a new, temporary Plugins folder. Rename the orignal Old Plugins or something. Then install fresh copies of JPP and LibFredo6 to that folder. See what you get.
Or, remove all the other plugins from the current one until you find something that conflicts.
-
Right, that's probably what it's come to. I was just hoping that maybe I was overlooking something.
-
What if you "press" the button below the X in red? That's different in my screen shot compared to yours.
-
Dear Fredo
If it is at all possible please make the old JPP version work in SU2014?
The old version was so elegant and simple and while the new and improved will do more, for me it just crashes, loses object elements and the settings do not do what they are told to do.
I will be pleased to the first to add to your cookie jar if we could have the option to choose the JPP version to install.
SU user since V2 and honestly I did install the new JPP properly too.
I cleaned out the old version (.....roaming/sketchup and such as well)Thanks and please
dtr
-
@dave r said:
What if you "press" the button below the X in red? That's different in my screen shot compared to yours.
Pushing the button below the "X" makes it so that is doesn't lock to any specific axis? That works fine when I use it. It's the locking to a local axis that doesn't work.
Here's the current update:
So I tried uninstalling SU8 and reinstalling it and only loading Libfredo6 and Joint Push Pull and no other plugins installed... It still doesn't work. I'm at a total loss now. I thought for sure that would fix it, but nope.I can try anything if anyone has any ideas?
-
@dtrarch said:
Dear Fredo
If it is at all possible please make the old JPP version work in SU2014?
The old version was so elegant and simple and while the new and improved will do more, for me it just crashes, loses object elements and the settings do not do what they are told to do.
I will be pleased to the first to add to your cookie jar if we could have the option to choose the JPP version to install.
SU user since V2 and honestly I did install the new JPP properly too.
I cleaned out the old version (.....roaming/sketchup and such as well)Thanks and please
dtr
The old version (v2.1a) is still available at the following post.
It is compatible with SU2014.
You can run the new and old versions concurrently.
Fredo
PS: do you get bugsplats or intercepted crashes (with a clean dialog box)? And If so, is it during the geometry generation?
-
Hi Fredo
First thanks for the updated simple JPP version.
Works perfect on SU 2014
I was using the Vector tool(new)with user direction and distance selected.
Preset distance and direction were just not invoked ?
Your error panel showed when trying to extrude and in some cases the surface (topo) disappeared and ctl-z could not recover it.I just could not get the settings to stick.
Must just be pilot error
Again thank you for all your good worksDave
-
Hi Fredo,
I cannot thank you enough for this amazing plugin. Among every feature, the improvements you've done to follow pushpull are incredible.
There's just something that I don't know if it could be avoided or not but when I use your plugin it always leaves behind the temp layer it requires to work.
Is it possible to make the plugin auto-delete the layer after finishing command?
I know it's just a small detail and it is ridiculous of me to point it out but...
Thanks for everything,
JQL
-
That's odd. I never noticed the temp layer before. I just gave it a try and I see that layer in the layers list but it goes way when the JPP operation has been completed.
-
Normally, the temporary layer goes away when you exit JPP.
But if you crash JPP, then it may remain.
And, as you may know, there is no way to remove a layer (or a material) from the Ruby API (the way it is handled in JPP is via aborting the operation before generating the geometry).
So it has to be done manually, which is a safe operation.
Fredo
-
The [clunky] way to delete a layer through the API is...
First iteratemodel.entities
and all of thedefinition.entities
, and if they are are assigned the layer we want to delete - say 'tlayer
' - then you erase! them.
Then you iterate throughmodel.layers.to_a - [tlayer]
, and make atemp_group
, and inside that a nested group with a cpoint in it, assign the layer to the nested group, repeat adding a copy of the group and and assigning the next layer to it etc.
Eventually all layers are 'used', except for the 'tlayer
' [even previously unused layers].
Usemodel.layers.purge_unused
to now purge 'tlayer
'.
Finally usetemp_group.erase!
to tidy up.
It will work but as I said it's clunky... -
Yes, terribly clunky!
By the way, I guess that
purge_unused
has also some other side effects (pure materials, ....).Fredo
-
Yeah I see the layer sometimes. It's never active when I notice it and If I care I delete it. It in no way undermines the massive amount of time JPP has saved me.
-
SketchUP 2014 Pro, Win7 64 bit Ultimate Sp1
This happens when starting to drag and typing offset distance. No error when just drag and drop.
Video_2014-03-26_081748.wmv
Advertisement