Search found 16 matches

by islasyr
17 Oct 2010, 13:24
Forum: Programming
Topic: How Can I Use Multithreading in Python with Softimage?
Replies: 1
Views: 958

How Can I Use Multithreading in Python with Softimage?

Hi Friends.. :)

I'm Learning Python.. and I was had some JScript Commands and I've Converted them to Python Succesfully BUT.. :-?

Can I Use Multiple Threading in Softimage by Python?
How? and Would You Please Give me Some Examples??

Thanks Alot.
by islasyr
05 Oct 2010, 20:05
Forum: Finished Work
Topic: Audi-A6
Replies: 7
Views: 2888

Re: Audi-A6

Thanks mr.Nas for the Comment.. The Movie is Short, it's the first word we said after we've seen it all togather "It's Shooooooort!!" and "That's it?!?!?" =)) But the time we've taken is short too.. and that's the reason.. I will do my best next time to make our work longer.. Tha...
by islasyr
03 Oct 2010, 14:28
Forum: Finished Work
Topic: Audi-A6
Replies: 7
Views: 2888

Re: Audi-A6

Thank you for replying..

The Video is Really Dark but..
It's Just about its Style ;)

__
by islasyr
02 Oct 2010, 14:50
Forum: Finished Work
Topic: Audi-A6
Replies: 7
Views: 2888

Audi-A6

After about 20 Days of Work We Did This Commercial of Audi A6 Car.. It Wasn't for Selling.. We Just Want to Show What We Can Do in Every Specialization, Because Every One of Us was Doing his Best in his Job.. We Hope You Like It.. :) http://img155.imageshack.us/img155/4065/smallgf.jpg Download This ...
by islasyr
29 Sep 2009, 13:31
Forum: Programming
Topic: Matarial Manager
Replies: 2
Views: 1148

Matarial Manager

Hi.. How can I get a material that is selected in Material Manager..? It's so useful to apply some commands on seleced materials inside the Material Manager.. It's obvious that material manager selection is indepent.. *-:) So what is the way to read selection from it?? I know I can use Explorer to s...
by islasyr
25 Aug 2009, 15:11
Forum: Programming
Topic: Project Manager Command
Replies: 0
Views: 850

Project Manager Command

Hi..

It's a Simple Question..
How can I Just Open the Project Manager by a Simple Command?

I didn't find it on SDK.. :-?

I need it for a button on my toolbar that's it.. :ymbringiton:

Thanks.! :|
by islasyr
17 Aug 2009, 17:03
Forum: Programming
Topic: Question about "Layouts"...!
Replies: 1
Views: 1287

Question about "Layouts"...!

Hi.. I've read an article about layouts that contains some info about "Folding Menus".. It's done by adding this parameters to a layout menu code: optionbutton="container" optional="hidden" So I need more information about using this trick and if there is another parame...
by islasyr
05 Aug 2009, 12:24
Forum: Programming
Topic: How to Close Softimage with out a Saving Question..
Replies: 8
Views: 2060

Re: How to Close Softimage with out a Saving Question..

Thanks Mr.Letter Box for ur Suggestion but here is the Power..
to restart Softimage by a Command.. That is the Challenge..

Thanks again..
by islasyr
04 Aug 2009, 21:10
Forum: Programming
Topic: How to Close Softimage with out a Saving Question..
Replies: 8
Views: 2060

Re: How to Close Softimage with out a Saving Question..

Mr. Hirazi Blue: It's already in a startup event.. but after updating I need to restart Softimage and here comes troubles that I mentioned !! I need to launch another Softimage and kill current one after updating my Addon.. I think it's the best way to restart the Application without errors.. Thanks...
by islasyr
04 Aug 2009, 21:01
Forum: Programming
Topic: How to Close Softimage with out a Saving Question..
Replies: 8
Views: 2060

Re: How to Close Softimage with out a Saving Question..

Sorry it's not Just like this..
When u save your scene as a temp_scene or something like this and run a QUIT command Softimage will get it as a Change and asks again to save :( ..

I've try it again and again but.. @-) no result..

So it's not a solution..
by islasyr
04 Aug 2009, 19:40
Forum: Programming
Topic: How to Close Softimage with out a Saving Question..
Replies: 8
Views: 2060

It's all about Restarting..

Well..
I'm developing an addon that can updates itself by checking for a new version on server every time that Softimage starts up, and before any action that user takes..

So after updating I need to restart Softimage for better results..

That's it..

Please if u have any idea to restart Softimage..
by islasyr
04 Aug 2009, 13:46
Forum: Programming
Topic: How to Close Softimage with out a Saving Question..
Replies: 8
Views: 2060

How to Close Softimage with out a Saving Question..

Hello.. I have a little problem.. I need to Close Softimage by a command, When I've used (Quit) command a question of Save confirmation appeard every time.. So how can I force Softimage to close without this question ? :-\ Maybe if I could reach PID of Softimage in Windows I can kill its process by ...
by islasyr
08 Jul 2009, 09:21
Forum: Programming
Topic: Desktop Path with ver.7
Replies: 6
Views: 1456

Re: Desktop Path with ver.7

Well..
Just Perfect..!

It is the closest solution..

Thanks..

But I Have a simple question: How can I get more Paths like "$USERPATH"
is it from Environment variables??
by islasyr
07 Jul 2009, 10:48
Forum: Programming
Topic: Desktop Path with ver.7
Replies: 6
Views: 1456

Re: Desktop Path with ver.7

Thanks really
Now I've understood a lot of things happend in Softimage..

now I Can define a variable and so many abilities are now available.. ;)

Thanks again :ymhug:
by islasyr
06 Jul 2009, 11:17
Forum: Programming
Topic: Desktop Path with ver.7
Replies: 6
Views: 1456

Re: Desktop Path with ver.7

Thanks it really works..
But how could I know more items of this environment please??
by islasyr
05 Jul 2009, 13:30
Forum: Programming
Topic: Desktop Path with ver.7
Replies: 6
Views: 1456

Desktop Path with ver.7

Hi I Have a Problem with Paths.. In Version 6.5 of XSI I was using this line (JScript): var DesktopPath = XSIUtils.ResolvePath("$USERPROFILE")+"\\Desktop"; I used this line to get Desktop path to export objects or models.. But when I worked on ver.7 the command send me an error o...