feature suggestion
All  1-9  10-18

Previous
Next
 From:  Frenchy Pilou (PILOU)
1022.10 
maybe a third column in the Options/Shortcuts for a little text description?
because after more 20 it's some difficult to remember what makes what :)
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  xrok1
1022.11 
how about a key stroke like shift to lock snapping like in sketchup when your snapping to say Zaxis you hold down shift and the snap can't break and jump to something else?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1022.12 In reply to 1022.11 
Hi xrok1 - one way you can do this now is to drag out a construction line along that direction, then click and hold on the little arrow that pops up, and choose "Project next point" on that menu. That will lock down the next point to be projected on to that direction.

Check out the construction line section in the docs here: http://moi3d.com/beta/moi_command_reference2.zip for more information.

I might be able to add a keyboard method for that in the future, but that one will have to wait for a bit.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1022.13 In reply to 1022.10 
Hi Pilou,

> because after more 20 it's some difficult to remember what makes what :)

For keyboard shorctus that have script code in them, you can put a comment in the code with a note in it. You would put in in surrounded by /* */ , just after the script: part.

For example, if you have a shortcut that has this code in it to remove the last construction line:

code:
script:var gd = moi.geometryDatabase; var clines = gd.getObjects().getConstructionLines(); if ( clines.length > 0 ) gd.removeObject( clines.item(clines.length-1) );


You can modify it to put a comment in it like this:

code:
script:/*Remove the last construction line*/ var gd = moi.geometryDatabase; var clines = gd.getObjects().getConstructionLines(); if ( clines.length > 0 ) gd.removeObject( clines.item(clines.length-1) );


That way you will see your comment when you browse through your shortcut keys under Options.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1022.14 In reply to 1022.9 
Hi Marc,

> Maybe it could be useful to save a selection.
> A button to store it and another to recall it.

This is one of the types of things that I hope to enable in version 2 along with a kind of object browser / grouping type mechanism.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
1022.15 In reply to 1022.13 
ok! Thx very useful!
does exist a limit of the number of caractere? (text + script itself)
---
Pilou
Is beautiful that please without concept!
My Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1022.16 In reply to 1022.15 
Hi Pilou, there is no special limit on number of characters, but if you put in like 10,000 characters you may reach some limit of what can be stored in an .ini file.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  nikolas
1022.17 
Hi Michael,
I have one request.
It could be possible to have an automatic blueprint function? It will be very usefull.
Thanks a lot for your very great stuff !
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
1022.18 In reply to 1022.17 
Hi Nikolas, you mean generating a 2D drawing from your 3D model, with silhouette curves, etc? This is definitely something that I do want to add in a future version. I'm not sure exactly when it will be available though.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-9  10-18