RE: can't edit multi custom display wire color

Date : Wed, 12 Oct 2005 10:14:18 -0400
To : <XSI(at)Softimage.COM>
From : Éric Cabot <ecabot(at)Softimage.COM>
Subject : RE: can't edit multi custom display wire color
I just added this to my C3DDisplayProp.spdl (in the logic section) and it works fine.

sub wirecol_OnChanged()
    first = true
    for each Item in PPG.Inspected
        if first then
            first = false
            col = GetValue( Item.wirecol )
        else
            SetValue Item.wirecol, col
        end if
    next
end sub 

-----Original Message-----
From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of kim aldis
Posted At: Tuesday, October 11, 2005 7:51 PM
Posted To: xsi
Conversation: can't edit multi custom display wire color
Subject: RE: can't edit multi custom display wire color


Without suggesting it's anything other than annoying, I'd hack together a short script you could run after the initial change that looks at the colour of the first object in the selection and applies that to all the rest. It's not ideal but hopefully it would take the edge off the annoyance. 

> -----Original Message-----
> From: owner-xsi(at)Softimage.COM
> [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Kris Rivel
> Sent: 12-October-2005 00:36
> To: XSI List Server
> Subject: can't edit multi custom display wire color
> 
> 
> Anyone notice that if you select multiple objects and apply a new 
> display property, you can't change the wire color with the new custom 
> wire color palette and have it carry through to every object?  You 
> have to apply it one object at a time.
> This is very annoying.
> 
> Kris
> 
> 

---
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.