Search found 1776 matches

by rray
11 May 2011, 08:16
Forum: News
Topic: Mostafa Badran ("Source Code") interview and tutorial
Replies: 1
Views: 1189

Mostafa Badran ("Source Code") interview and tutorial

CG Supervisor for Modus FX and Softimage user Mostafa Badran was recently interviewed and did a short behind-the-scenes style tutorial ("The Area" login required) about the movie "Source Code".
by rray
10 May 2011, 14:25
Forum: Tutorials on YouTube
Topic: VAST - XSI Learning Movies on YouTube
Replies: 13
Views: 49005

Re: VAST - XSI Learning Movies on YouTube

Ace indeed. Thank you for compiling these. Found a link to this thread on the area home page (top left). Still have those videos as DVDs but now I prefer watching them in the youtube.
by rray
08 May 2011, 01:17
Forum: Plugins
Topic: RCTools updates
Replies: 125
Views: 66883

RCTools updates

Hey folks - Found some time to finish porting the plugin to VBScript. It actually runs faster than the old C# version now --------- (March 2013) newest version attached. main new feature is: Topo Clipboard http://rray.de/xsi/rctools/images/topocb.jpg Usage : Make a polygon, edge, sample or point sel...
by rray
03 May 2011, 15:28
Forum: Open Discussion
Topic: Why S key?
Replies: 42
Views: 4507

Re: Why S key?

S key doesn't work for me at all, I have to use the thumb for navigation, force of habit.

I put nav on the spacebar, so panning is the same as in the Adobe apps.

Using the Alt key for navigation would be ok but it makes my thumb ache after 5 minutes of modeling because it's too far to the left.
by rray
28 Apr 2011, 18:25
Forum: Rendering
Topic: progressive rendering in xsi2012, still not there?
Replies: 57
Views: 17001

Re: progressive rendering in xsi2012, still not there?

Only the .mi based version of mia_material is supported (The one with the ugly UI)

Is there a way to make iray use both CUDA and the CPU?
It seems all CPU power is wasted when using CUDA and vice-versa.
by rray
21 Apr 2011, 15:47
Forum: Programming
Topic: VBScript performance tip
Replies: 0
Views: 926

VBScript performance tip

or rather a "warning" for everyone using VBScript using local object variables in vbscript sub s and function s is extremely slow when not using dim! compare... start_t = timer for n = 0 to 1000 Set s = getvar() next logmessage("time=" & 1000*(timer-start_t) & " mill...
by rray
21 Apr 2011, 10:37
Forum: Rendering
Topic: progressive rendering in xsi2012, still not there?
Replies: 57
Views: 17001

Re: progressive rendering in xsi2012, still not there?

That's interesting thanks for posting all the info - wouldn't even have tried iray. I found this 3dsmax dll ( ) and you say that just the -cudart64_32_7.dll is there, but i found all the three of them in the Autodesk\Softimage 2012\Application\bin directory ! maybe they are the same and we can just ...
by rray
20 Apr 2011, 23:45
Forum: Feedback
Topic: si-community wishlist
Replies: 53
Views: 24789

Re: si-community wishlist

Code: Select all

A little wish would be for this font to be a little larger in the default setting

Code: Select all

this would be better(code tag wrapped in size=110 tag)
[/size]

Code: Select all

This looks the best imho (120) but not so good for long code lines, so better choice would be 110
[/size]


(FF 4.0)
by rray
20 Apr 2011, 00:20
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

Well ok I looks like I won't be able to get python to perform any faster with this - I guess I'm going to do aport to VBS then - seems not like too much work except changing some syntax. VBS seems the closest to Softimage's internal architecture. JScript probably is, too (COM Version) except the arr...
by rray
17 Apr 2011, 14:54
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

Oh no x_x Python performs 30 times slower than JS in my tests. I've written a simple triangle filter (sources python/JS/VBS below -- For testing I used a polymsh sphere, local subd refinement, Doo-Sabin, Level 4) Python Output: # Execution time : 3388.01209812 ms JS Output: # INFO : Execution time :...
by rray
15 Apr 2011, 16:45
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

Can't tell you what would actually run the fastest (which would probably be a big decision factor) - I'll do some tests.

Python would "sort of" make sense because I'm planing to use XPOP3 (written in python) for the popup (instead of the C++ MFC version)
by rray
15 Apr 2011, 15:17
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

:-bd source code available here. (rctools4_cs directory) Will be of assistance :-B
by rray
15 Apr 2011, 00:40
Forum: News
Topic: rray.de on twitter
Replies: 1
Views: 1347

rray.de on twitter

In a totally crazed move rray.de/xsi updates are now available on twitter Follow rray.de @ twitter.com/sitweets Actual "following" only seems to work for twitter members, but subscribing to the twitter RSS feed should work for everyone. sitweets is also now the default RSS feed for rray.de...
by rray
14 Apr 2011, 22:50
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

You're all welcome!
Now would be a good time to start the "rray (re)coding community project",
to get rid of the c# (and let others do all the work! :D )
I'm in! No... wait 8-}
by rray
13 Apr 2011, 22:40
Forum: Plugins
Topic: RCTools 4.3
Replies: 26
Views: 13053

Re: RCTools 4.3

*-:) Here's a 2012/x64-only version with some fixes rcCustomFilters must be added to the Global Assembly Cache (GAC) if the addon is installed to a network share. Execute registerFilters.bat with admin rights to do so. Restart XSI or File > Plugin Manager > Tree > Update All to complete the installa...