request> select control curves

Next
 From:  moka
700.1 
Hi this is a request,
it would be very useful to have a function to select all control curves at once
(if one selects a lofted surface for exemple, to be able to quickly select the original curves).
  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
700.2 In reply to 700.1 
Hi Moka, I will need to add a new scriptable method to make this possible, but it should be pretty easy to add.

In the meantime, you can set up something to select all curves, but it will get any curve not just the ones that went into that one loft. To do this, go to Options and set up a new shortcut key with this command:
script: moi.geometryDatabase.getObjects().getCurves().setProperty( 'selected', true );

- 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