Background Image Script?
 1-10  11-30  31-32

Previous
Next
 From:  FDP
6162.31 In reply to 6162.30 
Thanks Michael! This has gotten to be pretty awesome pretty quickly. I've added in the layer movement and set it up so it moves layers forwards or backwards along with the image sequence position (might get really slow with a large amount of curves). This means that whatever image in the sequence is selected will always be at Z = 0.

Attached is the latest version of the script. Now I just need to figure out how to hide layers after they are renamed (assuming I can just use obj.hidden = true;) , as I think this would be helpful as an option!

-FDP
Attachments:

  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
6162.32 In reply to 6162.31 
Hi FDP, you're welcome!

> (assuming I can just use obj.hidden = true;)

Yup, if you have an object you set it to be hidden by doing: obj.hidden = true.

Also if you have an object list you can set all objects in the list to be hidden by: objlist.setProperty( 'hidden', 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

 

 
 
Show messages:  1-10  11-30  31-32