Joint Push Pull Classic (Old version) - v2.2a - 26 Apr 17
-
hi,
I got the plugin to work again, but it is still not working right. I did try doing the model in chunks, and it seems to have worked. it will just take linger, but that is alright. just for reference, there is an example of the problem attached.thanks, TESLER
-
@tesler said:
hi,
I got the plugin to work again, but it is still not working right. I did try doing the model in chunks, and it seems to have worked. it will just take linger, but that is alright. just for reference, there is an example of the problem attached.thanks, TESLER
The problem was in the texturing part of the script. For whatever reasons, it was blocking the computation.
I modified the JPP script to overcome the issue (skip texturing in case of problem) and tried on your model. Below is the result, noting that it took 15 minutes to process all 2,300 faces and 7,000 edges (you get a blank screen, but the script is still computing). Also, I noticed that you have a few faces which are missing in your original model.I am updating the jointpushpull script in the main post.
Fredo
-
Suggestion Add a function where you can create a new face when you joint push/pull.....like the CTRL push/pull... What do you guys think?
-
Using the thickening option does the same thing. When you activate JPP press the tab key for options.
-
@unknownuser said:
Using the thickening option does the same thing. When you activate JPP press the tab key for options.
Thanks. Lol.
-
thx a lot...u help me )
-
Whenever I use the plugin and specify Erase Original Faces plus No Borders, it deletes the original faces but leaves all the surrounding lines from the faces. I am on the latest version (12 June 2010).
Is that a bug or is there some reason why people would want numerous orphaned lines left behind?
-
@pmolsen said:
Whenever I use the plugin and specify Erase Original Faces plus No Borders, it deletes the original faces but leaves all the surrounding lines from the faces. I am on the latest version (12 June 2010).
Is that a bug or is there some reason why people would want numerous orphaned lines left behind?
It's probably a bug. Will have a look
Fredo
-
yup thats happening for me too, skp7 pro, win 7 64bit
-
When I tried to install JPP it told me I already had a LibTraductor.rb installed - and the one I had was 18.8kB - while the one in JPP was 13.4kB. Which one should be kept?
-
This is the one I have on my Mac.
-
@thomthom said:
When I tried to install JPP it told me I already had a LibTraductor.rb installed - and the one I had was 18.8kB - while the one in JPP was 13.4kB. Which one should be kept?
In BezierSpline 1.4, I updated LibTraductor.rb, which is also used by JPP.
The right version is therefore the one dated 15 Aug 10. Although for JPP it does not really matter, it does for BezierSpline.I'll move soon both plugins to LibFredo6 envrionment so that this problem should not happen.
Fredo
-
NEW RELEASE
version 1.5 - 02 Sep 10: maintenance release for SU8- Suppress some warning (though harmless) messages in the Ruby console
- JPP now installs itself as an extension of Sketchup (can be disabled / enabled via the Windows > Preferences > Extension dialog
- Spanish translation - Thanks to Defisto
See main post for download.
Note: Because JoinPushPull shares LibTraductor.rb with BezierSpline 1.4, it is also advised to upgrade to BezierSpline 1.4 - 02 Sep 10 (so you have the same version of LibTraductor.rb, dated 31 Aug 10). See Main post of BezierSpline 1.4 for download.
-
oh, hey.
one thing i keep meaning to ask you about JPP is if there's a way to make 'thickening' the default finishing method? -
Thank you Fredo
is this right? (line 122): JPP_DIR = "JPP_Dir"
shouldn't it read 'JPP_Dir_15'
-
@unknownuser said:
oh, hey.
one thing i keep meaning to ask you about JPP is if there's a way to make 'thickening' the default finishing method?JPP does not really have persistent options like some other scripts.
However, you can edit the file jointpushpull_main.rb and, on line 386, replace the statement@option_finishing = 'D'
by@option_finishing = 'R'
Fredo
-
@cadfather said:
Thank you Fredo
is this right? (line 122): JPP_DIR = "JPP_Dir"
shouldn't it read 'JPP_Dir_15'
Actually this should be on line 226 (in jointpushpull_main.rb)
The statement is indeed useless now. I use another method to determine the right folder.Did you encounter problems?
Fredo
-
@unknownuser said:
JPP does not really have persistent options like some other scripts.
However, you can edit the file jointpushpull_main.rb and, on line 386, replace the statement@option_finishing = 'D'
by@option_finishing = 'R'
Fredo
perfect!
thank you -
Thanks for the update.
a question.
pushpull may generate a single click of the mouse?
Redo last is possible to use Push Pull, double click mouse? pushpull similar to sketchup
pushpull you can add new? similar a SmartPushPull v0.26
http://forums.sketchucation.com/viewtopic.php?f=180&t=23341 -
Thanks for Good job and great plug-in.
Advertisement