Adding Picture to Project ?

General questions and troubleshooting SOFTIMAGE©
Falam

Adding Picture to Project ?

Post by Falam » 11 Dec 2012, 01:17

How can I automatically add an image to the pictures sub-folder when creating a new project ?

EricTRocks
Moderator
Posts: 754
Joined: 25 Nov 2009, 00:41

Re: Adding Picture to Project ?

Post by EricTRocks » 11 Dec 2012, 06:48

You'll have to script it. There is a CreateProject command and you can call varies scripting commands in Python (or other scripting languages available) to copy a file to the sub-folder.
Eric Thivierge
Lead Kraken Developer, Fabric Engine
http://fabric-engine.github.io/Kraken

Falam

Re: Adding Picture to Project ?

Post by Falam » 19 Dec 2012, 01:21

EricTRocks wrote:You'll have to script it. There is a CreateProject command and you can call varies scripting commands in Python (or other scripting languages available) to copy a file to the sub-folder.
Thanks, see what I can do :)