Why did you choose the negative and positive point of view is not correct, the grid can have a smaller selection.
Posts
-
RE: [Plugin] Generate Ceiling Grid (Updated 27-Mar-2014)
-
RE: [Plugin] Simple Plugin Installer
@dave r said:
Probably the plugin by dukejazz.
Thank you, problem solved! Windows plug-in is not clean, delete
-
RE: [Plugin] FullScreen v5.1.3 (25 April 2024)
@unknownuser said:
Yes, it should be invalid!!! Wanna know why? Well, I explained it a bit on first post. Its just the way of how shortcut pereferences works. Shortcut Pereferences script tends to select the menu bar items once the shortcut key is pressed. But, When the menu it self is no more there, Sketchup can no longer select the items. What's weird is that once u hide the menu bar other shortcuts that were set by sketchup (Ex: "s" - scale, "p" - push) work, but once u click the shortcut that belong to "show menu bar," all shortcuts stop working. Show/hide menu bar was just for fun, so yeah don't use it. Though, I'll try to fix that issue too.
Thank you! Can not be restored, the canceled, resulting in unnecessary trouble
-
RE: [Plugin] FullScreen v5.1.3 (25 April 2024)
Great, my Windows XP
There is a problem, set the shortcut key to display the menu bar is invalid
-
RE: [Plugin] Slicer5
@erinbanwell said:
currently experiencing a bugsplat when I try to make a x,y slice, but just x or just y works fine and takes about 3 mins to process. what do you think TIG?
I use normal, too much may cause you to slice, long time! Try a small model, sliced
-
RE: [Plugin] Slicer5
@tig said:
Here's v5.13 http://forums.sketchucation.com/viewtopic.php?p=374969#p374969
The latest Chinese lingvo file is now included in the set.
The RZ solutions have been improved: now less prone to error with complex shapes made when the ORIGIN is within the bounding-box of the sliced-object: useful when making horizontal Z[blue] slotted-ribs with R[amber] radially arranged slotted-spars in the vertical [rotate the slice-object onto its 'nose', if you want to transpose the rib/spar arrangements]...[attachment=0:spns2k8l]<!-- ia0 -->s5-13.PNG<!-- ia0 -->[/attachment:spns2k8l]TIG: very kind of you! Update so fast!
-
RE: [Plugin] Simple Plugin Installer
@tig said:
Guanjin
Read what it says about non-ASCII characters in file-paths...
Ruby's 'File' tools [in Sketchup's v1.8~] can't accept UTF-8 characters... like in your Chinese!Most use UTF - 8 characters! !
TIG welcomes you to China, I will entertain you -
RE: [Plugin] Simple Plugin Installer
@thomthom said:
@guanjin said:
@thomthom said:
Hmm.... IE10 might not come until Windows8 is out... I hope it comes earlier - as I think Windows 8 comes late this year.
Really good, but can not load the RB file, tried many, will not work!
As Dave said, you need to be more spesific. How did you try to "load" the plugin? And what "doesn't work"? Unexpected behaviour? Errors? Menu items not found?
RB can not import files??Thank you!
-
RE: [Plugin] Hole Punching Tool
@tig said:
You made a spelling mistake in the name; I've corrected the posted version...
...TooZH... should have been ...ToolZH...tig I too admire you, I was too stupid, I want to translate all your tools in China to promote!
-
RE: [Plugin] Hole Punching Tool
@tig said:
Here's Guanjin's Chinese lingvo file [Thank you!].[attachment=0:2ftu9qht]<!-- ia0 -->#HolePunchTooZH-CN.zip<!-- ia0 -->[/attachment:2ftu9qht]Unzip it and place the file in the TIGtools folder in the Plugins folder...
Is still in English, can not display Chinese!!
-
RE: [Plugin] Hole Punching Tool
@tig said:
To make [or edit] a locale file look in the
../Plugins/TIGtools/
subfolder.
There are several #HolePunchTool...lingvo files.
Copy the base file #HolePunchToolEN-US.lingvo as #HolePunchToolIT.lingvo
for ITalian.
To find your exact locale 'code' type/copy&paste this in the Ruby Console
Sketchup.get_locale.upcase
This 'code' then goes on the end of the file's name, before.lingvo
in place of 'EN-US'.
Edit the new file and you'll see lines of code like this:
Exiting.<==>Exiting.
The text to the left of the<==>
is the hard-coded English version and to the right the translation - obviously in the English lingvo file it's the same words!
Change the right-hand side to your locale translation, keeping punctuation and spaces etc if any, so for an IT version you might have.
Exiting.<==>Verrร chiuso.
Complete your translations and then save the file.
When you restart Sketchup the tool should display in the locale language as it'll automatically find the new file.
If you find some text that's wrongly translated, then check the lingvo file and edit it.
If you find that some text has not translated, then check the lingvo file and fix it - if the text is not actually in the file then let me know as sometimes bits of hard-coded text and the lingvo text mismatch - although I think that this one is pretty solid.TIG hello:
I translated the text for the ZH-CN, tool display in English? ? ? -
RE: [Plugin] Slicer5
@tig said:
@guanjin said:
Hello TIG: plug-in menu bar, the ability to fold? Thank you
[attachment=0:7wcsfm32]<!-- ia0 -->QQๆชๅพ20120120162611.jpg<!-- ia0 -->[/attachment:7wcsfm32]
I assume by 'fold' you mean 'combine into a single submenu'. [Do you use Google Translate?]
To make that you'll need to recode the menu making part of the script.
Here is how to do it.
the original code [around line#669] looks like this:UI.menu("Plugins").add_item(cmd) > UI.menu("Plugins").add_item(cmds) > UI.menu("Plugins").add_item(cmda) > UI.menu("Plugins").add_item(cmdx)
This is it recoded with an extra line to make the submenu within the 'Plugins' menu; and the other four lines adjusted to add their commands into that rather than directly into the 'Plugins' menu:
submenu=UI.menu("Plugins").add_submenu(S5+"...") > submenu.add_item(cmd) > submenu.add_item(cmds) > submenu.add_item(cmda) > submenu.add_item(cmdx)
The 'S5' 'constant is the deBabelized string for 'Slicer5', used as the name for the submenu plus '...'.
If users would prefer this method I could incorporate it into a new release.
So feedback please...This can shorten the length of plug-ins drop-down menu!
-
RE: [Plugin] Simple Plugin Installer
@thomthom said:
Hmm.... IE10 might not come until Windows8 is out... I hope it comes earlier - as I think Windows 8 comes late this year.
Really good, but can not load the RB file, tried many, will not work!
-
RE: [Plugin] Slicer5
@tig said:
OK.
What you are saying is that when using a Chinese lingvo file the 'Flattening' function fails.
If you change the translation for the 'Flattening' parts of the lingvo back to the original file's text, does it then work ?
If so, then it suggests that some 'characters' in your translation are not working properly.
Did you use the 'UFT-8' option when saving the Chinese lingvo file ?
The translate strings go inside " " in the code, so you can't include any " in the translation, as it breaks the way the code reads it in...
Can you try alternative 'wording' ?
Thank you TIG, problem solved, thank you for your guidance! Thank you! !
-
RE: [Plugin] Slicer5
@guanjin said:
@tig said:
I've noticed an error with the 'Portuguese' lingvo file that was recently supplied with v5.11
It's incorrectly named 'PO' and it contained no translations anyway !
Here's the correct 'PT' version.[attachment=1:165j53cw]<!-- ia1 -->TIG-SlicerPT-lingvo.zip<!-- ia1 -->[/attachment:165j53cw]Extract it from the zip.
If you want Portuguese translations, please remove the incorrect 'PO' version and add this correct 'PT' one to the tool's subfolder. If your 'locale' is not 'PT' you can always change that part of the name to suit...Translated into Chinese, it can not achieve the flattening function, the following documents attached to the Chinese language, thank you! !
Delete the wrong file, sorry๏ผ