Page 1 of 1

Synching Animations?

PostPosted: Sat Mar 14, 2009 1:35 pm
by DanTheMystFan
In my age, I have two animations whose colors rotate: a lamp animation for the lamp, and a material animation for its light filter and light flare. The colors match up fine when linking in for the first time (or after the sav file is deleted), but on subsequent link-ins, the colors get out of synch. Is there a way to fix this?

EDIT: I think I got it. I have to set the SynchFlags to 0x00000010 in libPlasma.

Thanks,
Dan

Re: Synching Animations?

PostPosted: Sun Mar 15, 2009 11:43 am
by GPNMilano
You can also set this right in blender. Just add this to your object's alcscript:
Code: Select all
<Your Object Name>:
    synchflags:
      - excludepersistentstate


just replace the <Your Object Name> with the name of the object that you're adding the alcscript to.