Kessler data

2013-02-24 Thread Paul Griswold
Hey guys - I mentioned this a while back if this list allows attachments, I'll attach a Kessler XML file. It looks like rather than baking out a keyframe for every frame, it's describing curves. In any event, it's beyond my abilities to pull anything useful to Softimage out of it. This is a

[ Linux ] maketx error in softimage

2013-02-24 Thread Stefan Andersson
Hi All, This is NOT arnold related, this is OpenImageIO related :) As always, trying to use external binarys with Softimage is a bit of a pain. As always, it always works with others applications. As always, the tools always needs to be modified *only* for Softimage As always, [ insert rant ]

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Mats Bertil Tegner
On 02/24/2013 03:23 PM, Stefan Andersson wrote: This will genarete a EXR file (in most other applications). Softimage only spits out this: maketx: /usr/Softimage/Softimage_2013_SP1/Application/bin/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by maketx) maketx:

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Stefan Andersson
I know, and it's damn hard to try and get the source code from Autodesk to recompile Softimage :) I think this is more a MainWin thing, which glibc that MainWin used to make Softimage. I have glibc versions 3.4 - 3.4.13. So all is working as it should, except when I'm inside Softimage. I wonder

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Mats Bertil Tegner
On 02/24/2013 03:54 PM, Stefan Andersson wrote: I know, and it's damn hard to try and get the source code from Autodesk to recompile Softimage :) I think this is more a MainWin thing, which glibc that MainWin used to make Softimage. I have glibc versions 3.4 - 3.4.13. So all is working as it

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Stephen Blair
write out a script call that external script with Env=None and then that external script sticks os.environ into its popen Env ? On 24/02/2013 9:54 AM, Stefan Andersson wrote: I wonder if there is a magic way to break free from the Softimage environment to be able to use the system

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Stefan Andersson
I rather not since that might break softimage. And I would have to do that in each machine that has softimage. Regards Stefan On Feb 24, 2013, at 16:05, Mats Bertil Tegner mats.bertil.teg...@gmail.com wrote: On 02/24/2013 03:54 PM, Stefan Andersson wrote: I know, and it's damn hard to try

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Alan Fregtman
Hey Stefan, Indeed it has to do with the libstdc++ library, which handles stdout and your system's differs from that which Softimage was compiled with. No need to recompile a thing, though; merely to fool Softimage into loading the system one first. It uses the first one it finds in the

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Luc-Eric Rousseau
On Sun, Feb 24, 2013 at 10:18 AM, Stefan Andersson sander...@gmail.com wrote: I rather not since that might break softimage. And I would have to do that in each machine that has softimage. no, the point is that when you launch maketx from softimage, it inherits's softimage environment, so you

Re: [ Linux ] maketx error in softimage

2013-02-24 Thread Stefan Andersson
Anyhow, solved it. Thanks Stephen for getting my brain on track. And thanks everyone else for chipping in! bash script #!/bin/sh export PATH=/usr/bin export LD_LIBRARY_PATH=/usr/lib64 maketx $1 --resize -o $2 Inside Softimage import subprocess script = /home/stefan/makenice.sh file_in =

duplicating ice tree equals crash

2013-02-24 Thread phil harbath
I get far more crashes duplicating ice trees with instanced shapes, then previous versions of softimage (2013). It does not happen early when a scene is open, but when I have worked for awhile. After a crash I can reopen the scene and duplicate the ice tree fine (it has nothing to do with the

Re: duplicating ice tree equals crash

2013-02-24 Thread ivan t
Hi Phil, Any specific scene or repro ? I am trying to repro on this but not successful so far. Thanks Ivan Email : ivan@nospam.autodesk.com (Please remove nospam from email) On Mon, Feb 25, 2013 at 8:37 AM, phil harbath phil.harb...@jamination.comwrote: I get far more crashes

Re: Kessler data

2013-02-24 Thread Steven Caron
is there any documentation on the format? reverse engineering it is possible but never fun s On Sun, Feb 24, 2013 at 5:43 AM, Paul Griswold pgrisw...@fusiondigitalproductions.com wrote: Hey guys - I mentioned this a while back if this list allows attachments, I'll attach a Kessler XML