Show messages: All
1-3
4-11
From: Michael Gibson
Hi Booleano, the Edge button runs a script inside SidePane1.htm that has this comment:
/* Extend edge selection one step */
It looks like if you have edges selected it will grow the selection to neighboring edges.
- Michael
From: Booleano
Hi
This is what I get when I click on the "Wire" and "Wire2" icons.
Please create a file with the three objects so I can see how it's done.
Thanks
Image Attachments:
Screenshot_2.jpg
From: Michael Gibson
Hi Booleano, that is saying that the Wire command wasn't found.
Does it work if you push Tab and then type _wire (with starting underscore) and push Enter?
If that works then you need to update your SidePane1.htm dialog box to have command="_Wire" (underscore at the start) instead of command="Wire". Same for _Wire2
- Michael
From: Frenchy Pilou (PILOU)
Else works fine! ;)
From: Booleano
Hi Pilou
It's fixed now.
P.S. Your render is beautiful, how did you do it?
From: Michael Gibson
Hi Booleano, that message you are getting says that the Wire command wasn't found.
Does it work if you push Tab and then type _wire (with starting underscore) and push Enter?
If that works then you need to update your SidePane1.htm dialog box to have command="_Wire" (underscore at the start) instead of command="Wire". Same for _Wire2
- Michael
From: Frenchy Pilou (PILOU)
As you see i have hundred of scripts intalled !:)
2 possibilities (for me) to Access
You have 2 more possibilities
- make a shortcut with _wire or _wire2 in the second column
or Press Tab and write _wire or _wire2
A big list alphabetical (my favorite) or an list of Images using follow for make the same than your but not practical! :)
as you see i have not image for the specific "Wire" ;)
Ps and more for me it's inFrench! :)
If you have your message it's because as Michael said you have not your Script installed ! in the commands folder!
Must be for Windows in the folder Roaming Moi / commands / _wire.htm & _wire.js ..._wire2.htm & _wire2.js
I suppose that will works also if they are in the direct Program / Moi/ commands
From: Michael Gibson
re:
> If you have your message it's because as Michael said you have not your Script installed !
It's either that, or if it is installed you've got the wrong name for it in your dialog box.
The button in your dialog box has command="Wire" but the actual file name is _Wire with an underscore in front.
- Michael
Show messages: All
1-3
4-11