Search found 403 matches

by myara
27 Jun 2018, 06:33
Forum: Open Discussion
Topic: Determining Surface Area
Replies: 2
Views: 684

Re: Determining Surface Area

You could use that ICE attribute in a script Object.ActivePrimitive.GetICEAttributeFromName( 'PolygonArea' ) Ex (for polygon faces and polygonmesh objects): #Python from win32com.client import constants as c xsi = Application sel = xsi.Selection total = 0 for obj in sel: # For faces if obj.Type == '...
by myara
27 May 2018, 03:56
Forum: Open Discussion
Topic: Softimage Camera -> FBX -> UE4 not working well
Replies: 15
Views: 3130

Re: Softimage Camera -> FBX -> UE4 not working well

Are you using the default camera with aim and root? the default root has translation values by default which would mess up the cam translation in most engines.
Try a plotted single camera with frozen coordinates
by myara
24 May 2018, 05:29
Forum: Animation
Topic: Smoothing out motion
Replies: 4
Views: 4674

Re: Smoothing out motion

It’s just a matter of preferences. I prefer to have my controllers on sight and know right away what they are doing. Global keys will make me dig a little more and for me it gets messy and confusing changing the space and using the animation editor more than needed. You may have some problems plotti...
by myara
24 Mar 2018, 12:27
Forum: General & Troubleshooting
Topic: Change view to selected camera - How?
Replies: 3
Views: 1099

Re: Change view to selected camera - How?

You could add a filter just to be sure your selection is a camera:

//JScript
x=SIFilter(Selection, 'camera'); if(x)SetViewCamera(x(0))

This will change the view only if your selection is a camera.
by myara
02 Mar 2018, 11:40
Forum: General & Troubleshooting
Topic: Heeeeelp! :) Script for obj sequence.
Replies: 9
Views: 1604

Re: Heeeeelp! :) Script for obj sequence.

Something like this ? # Python xsi = Application digits = 3 objs = xsi.ActiveSceneRoot.FindChildren('','polymsh') for obj in objs: frame = int(obj.FullName[digits*-1:]) xsi.SaveKey(obj.FullName +'.visibility.viewvis', frame, 1) xsi.SaveKey(obj.FullName +'.visibility.viewvis', frame +1, 0) xsi.SaveKe...
by myara
31 Jan 2018, 04:44
Forum: Open Discussion
Topic: TAB menu like NUKE, how about SHIFT+A for Blender on Softimage?
Replies: 6
Views: 1179

Re: TAB menu like NUKE, how about SHIFT+A for Blender on Softimage?

I've never used Nuke, and never used Blender long enough to learn shortcuts so I'm not really sure what are you talking about.

But there was a tab menu but I've never actually used it: XSI Tab Menu
by myara
13 Jan 2018, 10:43
Forum: Open Discussion
Topic: Resurrecting Softimage From Scratch
Replies: 25
Views: 5802

Re: Resurrecting Softimage From Scratch

Modo was developed by a considerable small, but very experimented team that was the core team of Lightwave. I don't know how many they were, but since they had 7 key members of the Lightwave core development team and were like 30 when they merged with The Foundry, I guess the average could be like 1...
by myara
12 Jan 2018, 04:59
Forum: General & Troubleshooting
Topic: Trouble exporting scene...
Replies: 6
Views: 1691

Re: Trouble exporting scene...

I wrote a few years ago a tool to fix all my texture paths with a local path if the texture has been found inside the Project Folder. It searches first for the texture file and it's parent folder name, just in case you are using 2 files with the same name but with a different folder inside your proj...
by myara
10 Jan 2018, 07:41
Forum: Modeling
Topic: Parametric modeling (Closed linear curves for start)
Replies: 35
Views: 27599

Re: Parametric modeling (Closed linear curves for start)

Oh, now I see what you were trying to do. There is an addon called keyvis Curve Tools, it's been written in JScript and it's nGon plugin does exactly that: http://www.keyvis.at/cg-tools/tools-for-softimage/curve-tools/ And although converting degrees to radians is something very simple, you have a c...
by myara
09 Jan 2018, 08:19
Forum: Modeling
Topic: Parametric modeling (Closed linear curves for start)
Replies: 35
Views: 27599

Re: Parametric modeling (Closed linear curves for start)

It seems like you only pasted one half of the code.
by myara
07 Jan 2018, 15:10
Forum: Modeling
Topic: Parametric modeling (Closed linear curves for start)
Replies: 35
Views: 27599

Re: Parametric modeling (Closed linear curves for start)

JScript is good enough, I’ve been writing Js for years, but it gets messy with large codes. Not as bad as VBS but not as flexible as Python. Now about renaming. In my example I’m creating a curve with CreateCurve, but it should work with SICreateCurve too. crv = CreateCurve( 1, 0, positions, false)(...
by myara
06 Jan 2018, 13:09
Forum: Modeling
Topic: Parametric modeling (Closed linear curves for start)
Replies: 35
Views: 27599

Re: Parametric modeling (Closed linear curves for start)

I kinda understand what are you trying to do, I just don't understand how are you going to treat your parameters to make it an all around tool. I mean if you want square based figures, you can add tons of parameters to change the square parts like corners, etc. But how are you going to use these sam...
by myara
05 Jan 2018, 10:52
Forum: Modeling
Topic: Parametric modeling (Closed linear curves for start)
Replies: 35
Views: 27599

Re: Parametric modeling (Closed linear curves for start)

I'm not sure I understand what are tou trying to do, but you could try CreateCurve instead. It allows you to put in coordinates so I think it should probably be easier for some cases. I think it would be kinda troublesome to handle these position arrays with JScript. Python would be a better alterna...
by myara
06 Dec 2017, 15:16
Forum: Programming
Topic: accessing color in scripts question
Replies: 6
Views: 4310

Re: accessing color in scripts question

That's the bug, that doesn't work, it only gives you the value of the first one. Try it

It does work with parameters or nestedobjects, but not directly
by myara
06 Dec 2017, 08:22
Forum: Programming
Topic: accessing color in scripts question
Replies: 6
Views: 4310

Re: accessing color in scripts question

I think I've always used NestedObjects or Parameters : myPhong.ambient.parameters('red') So I've never run into this problem but I've just tried what you said and effectively, it seems that the variable gets overwritten to whatever you got first. If I do : - Diffuse First LogMessage (myPhong.diffuse...
by myara
06 Dec 2017, 02:37
Forum: News
Topic: Autodesk to lay off a further 13% of its workforce
Replies: 37
Views: 5796

Re: Autodesk to lay off a further 13% of its workforce

I know we are the minority (we and a few other companies that still use Softimage to some degree) but the fact that you can’t use Softimage once you change to subscription forces us to stay in maintenance and eventually stop renewing it. And yes it is a monopoly because the alternatives aren’t reall...