Re: Pass Duplicate

Date : Thu, 22 Feb 2007 12:17:58 +0200
To : XSI(at)Softimage.COM
From : Tauno Ööbik <tauno(at)joonisfilm.ee>
Subject : Re: Pass Duplicate
Thanks a ton, marvelous!


-T

Noodles wrote:
yeah, I was just going to say that... but here's something you can use to
find the bad ones:

var passes = application.findObjects( "",
"{1B2E8B80-7863-11D0-8E38-00A0C90640EC}" );

var offenders = new ActiveXObject( "XSI.Collection" );

for(i = 0; i < passes.count; i++ ){

    if( passes(i).owners.count ){

        logMessage( passes(i).name );

    }

    else{

        logMessage( passes(i).name, 2 );

        offenders.additems( passes(i) );

    }

}

selectObj( offenders );



It will logmessage all the passes in your scene, any that are floating will
be red "ERROR" instead of green "INFO", then it will select the bad
(floating) ones so you can look at them in a "selection" explorer, delete
them, or do whatever else.

-Noodles

Omation

----- Original Message ----- 
From: "Steven Caron" <scaron(at)omation.com>
To: <XSI(at)Softimage.COM>
Sent: Friday, June 16, 2006 10:42 AM
Subject: Re: Pass Duplicate


  
and be careful in your attempt to figure out why its not working your
probably did it multiple times... you actually did duplicate that pass.
it now exists somewhere else (without a parent), but i haven't been able
to find where except by setting my explorer to "selection" then it shows
me the duplicated pass. this pass will never show under your passes
folder. so you could have a ton of passes in your scene thats not being
used and just taking up space.

enjoy [:)]

mike(at)xvivo.net wrote:
    
make sure your duplicate options are set to share parent
Mike

    ----- Original Message -----
    *From:* kim aldis <mailto:kim(at)aldis.org.uk>
    *To:* XSI(at)Softimage.COM <mailto:XSI(at)Softimage.COM>
    *Sent:* Friday, June 16, 2006 9:19 AM
    *Subject:* RE: Pass Duplicate

    Works here. It’s something I do a lot.

    *From:* owner-xsi(at)Softimage.COM <mailto:owner-xsi(at)Softimage.COM>
    [mailto:owner-xsi(at)Softimage.COM] *On Behalf Of *Prapas Akie
    *Sent:* 16 June 2006 14:03
    *To:* xsi(at)Softimage.COM <mailto:xsi(at)Softimage.COM>
    *Subject:* Pass Duplicate

    Good morning,

    With previous versions of XSI, you were able to duplicate Passes
    with CTRL+D.

    Has the function been changed?

    I apologize if this thread has already been beaten to death, but
    I’ve searched for some info on this without any results.

    Thanks and have a goodday.

    Akie

      
-- 
Steven Caron
doer of things somewhat technical
scaron(at)omation.com
949-366-4422 x601



---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi

    



---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi

  


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.