Sort Layer Name

Next
 From:  Mindset (IGNITER)
11490.1 
Is there a way to Alphabetize layer names?
Is there a way to set the current layer from within a selection set?

Moi Bueno
MindSet

EDITED: 28 Jul 2024 by IGNITER

  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
11490.2 In reply to 11490.1 
Hi MindSet,

re:
> Is there a way to Alphabetize layer names?

There's a script that will do that here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3918.2


> Is there a way to set the current layer from within a selection set?

Try this one:

script: /* Set active style from selected object */ var objs = moi.geometryDatabase.getSelectedObjects(); if ( objs.length > 0 ) { moi.geometryDatabase.activeStyle = objs.item(0).styleIndex; }

- 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
 From:  Mindset (IGNITER)
11490.3 In reply to 11490.2 
Very Nice!
Very Convenient!

Moi Bueno
MindSet

  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