Posts made by Matt666
-
RE: Petite nouvelle parle francais.
Salut Mariam, et bienvenue !
Si tu ne peux pas attendre qu'un modérateur t'inscrive et déplace ce post dans le forum français, voici la procédure à suivre :- Il faut te connecter (ca paraît évident )
- Tu cliques sur l'icône SketchUcation Community Forums
- Tu cliques sur User Control Panel
- Tu cliques sur l'onglet Usergroups
- Tu n'as plus qu'à choisir à quels forums tu souhaites participer, sans oublier de faire Submit à la fin
Voilààà.
-
RE: Convert sketchup files to ruby
Just in case... Ruby is a program language, and SketchUP a 3D modeling program... You can't convert a sketchup file to a ruby file...
You can't convert a windows system to a Mac system, right? Same here. -
RE: [REQ] Force stop
It would be cool
But I don't know how to stop tools processing... -
RE: [Plugin] Recall last tool v1.2
Hi pecan!
Sorry, I didn"t test your plugin, but I think it doesn't work with plugins. So Non native tools...
I will test it! Thank you for that Pecan! -
RE: [Plugin] Recall last tool v1.2
Sorry Edson, and all mac users. But I can't do anything with this bug. Function 'send_action' doesn't accept integers (so tool IDs) on Mac.
-
RE: [Plugin] Recall last tool v1.2
Ok. But if you have rectangle tool called, when you copy and validate the code, is the selection tool activated?
-
RE: [Plugin] Recall last tool v1.2
Merci Simon !
@pecan said:
On different OS's, even the same OS with different menus, that magic number will have changed.
Hi pecan! Are you sure of that? I use only two different numbers in my code. The rest is a recall of the last number used.
But there's a biiig problem with Mac... On Mac, function "send_action" does not accept integers. Only strings!@edson said:
It did not work. i had done it that way before. below is the ruby console reading.
Thank you Edson!
Ouch. I will try to find a solution. Can you test this code below, please?Sketchup.send_action("21022")
-
RE: [Plugin] Recall last tool v1.2
Hi Edson... I hope you do not know!! I'm cursed...
So : Draw a . Draw a . Press space bar for .
Go to Plugins/Recall last tool. Rectangle tool is now recalled.If it does not work, can you open your ruby console, and try again, please?
And, at last, can you call rectangle tool, and try to copy this code in the ruby console ?Sketchup.send_action(21022)
This code calls selection tool.
Thank you Edson. And sorry for the inconvenience. -
RE: Surface galbées, je n'y arrive toujours pas vraiment
Salut.
Veux-tu faire les choses précisément ou à la volée ? Parce qu'à la volée, tu as la technique du push-pull-scale, qui est plutôt pas mal. Regarde dans ce forum il a été écrit pas mal de choses là dessus. Notamment par Regis. -
RE: [REQUEST] Automatic drawing of vertical lines
@unknownuser said:
@Jim, someday I hope to understand that
+1 -
RE: [Plugin] Recall last tool v1.2
Hi Rick!
Thank you for the comment, I've updated the code... -
Array of all toolbar names
Hi all!
UI.toolbar_names just returns native toolbar names... Any idea to find all personnal toolbar names?
Thank you!