From:
owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Philipp
Oeser
Posted At: Friday, November 02, 2007 7:52 AM
Posted To: xsi
Conversation: [scripting] OM inside SCOP doesnt work but command does?!
Subject: [scripting] OM inside SCOP doesnt work but command does?!
Hi there,
As you cannot link a SCOPs "mute" parameter or put an _expression_ on
it, I made another SCOP that itself should control the "mute"
parameter of the first SCOP. And I was learning my lessons with SCOPs I tried
to use the Object Model rather than using a command [somewhere in the docs it
says: "You must never try and call a command from inside an
operator, unless that command does not affect scene data at all..."]
So I went with ( I hope this counts as OM):
Out.Value.Parameters("mute").Value =
InMuting.Value.Parameters("MuteIt").Value
This correctly toggles the the checkbox for the SCOPs "mute", however
it doesnt mute it at all - the yellow "m" on the SCOP is also missing
On the other hand (if you use the command - which you are not supposed to do!):
SetValue Out.Value & ".mute",
InMuting.Value.Parameters("MuteIt").Value
This does everything want: checkbock, yellow "m" and correct muting
of the SCOP...
Might be someting stupid from my side, but this doesnt make sense, does it? And
if it does, please let me know...
Thanx in advance
Philipp
--
LIGA_01 COMPUTERFILM GmbH
Philipp Oeser
MUNICH
Landwehrstrasse 60-62
80336 Munich, Germany
fon: +49 - (0)89 - 51 555 8-88
fax: +49 - (0)89 - 51 555 8-77
www.liga01.com
Diese Nachricht enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese Nachricht irrtümlich erhalten haben, informieren Sie bitte den Absender und löschen diese Nachricht. Das unerlaubte Kopieren und die unbefugte Weiterleitung dieser Nachricht sind nicht gestattet.
This message may contain confidential and/or privileged information. If you are not the intended recipient or if you have received this message in error, please notify the sender and delete this message. Any unauthorised copying, disclosure or distribution of this message is strictly forbidden.
--- Unsubscribe? Mail Majordomo(at)Softimage.COM with the
following text in body: unsubscribe xsi