For the next release

Next
 From:  Frenchy Pilou (PILOU)
3523.1 
Does it possible to have for the scripts existing inside the shortcut's column 2 a text info like that ?

code:
script:var gd = moi.geometryDatabase; gd.deselectAll(); var breps = gd.getObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getNakedEdges().setProperty( 'selected', true );



code:
script:/* Show open faces*/var gd = moi.geometryDatabase; gd.deselectAll(); var breps = gd.getObjects().getBreps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getNakedEdges().setProperty( 'selected', true );
  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
3523.2 In reply to 3523.1 
Hi Pilou, in the future I would like to upgrade the scripting mechanism.

But instead of just adding another column to the list view, I was thinking more along the lines of having some kind of "Script library" that would have scripts labeled and maybe categorized in it somehow, and then for the keyboard shortcut you would just have the label listed there for the script and not the actual full script.

I'm not sure yet when I will have a chance to work on that 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

Previous
Next
 From:  Michael Gibson
3523.3 In reply to 3523.1 
Hi Pilou, also just to clarify in case I did not understand your question properly - you can already put a comment in the second column of the script surrounded by /* .... */ , after the starting script: label, just like you show there.

- 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:  vodkamartini
3523.4 In reply to 3523.2 
Yeah I'd like to see you do some cool things with trident 5.0 & chakra in the future. I could definitely imagine some cool asset sharing / community interface type functionality emerging down the line.
  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:  Frenchy Pilou (PILOU)
3523.5 In reply to 3523.3 
< you can already put a comment in the second column of the script surrounded by /* .... */ , after the starting script: label, just like you show there.

Yes of course!
Problem is that now I don't recognize that the "script line" makes just in reading the code! :)
And use it directly don't help many more in some situations :)
  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