This is possibly due to the collada animation attempting to animate the visibility of an object. if it only happens on one animation, its most likely something like this in your animation channels
On Tue, Jan 19, 2010 at 6:24 PM, kyle social game dev < [email protected]> wrote: > I'm getting a bizarre new error when attempting to animate a > particular Collada file, which contains a standing/breathing > animation. Several others from this series work fine (walking, > sitting, etc), but this particular animation gives me a new error, > which I couldn't find in a cursory Google search: > > ReferenceError: Error #1056: Cannot create property visibility on > away3d.animators.skin.Bone. > at away3d.animators.skin::Channel/update()[/Users/adroit/dev/away3d > sandbox/away3d source/src/away3d/animators/skin/Channel.as:54] > at away3d.animators::SkinAnimation/update()[/Users/adroit/dev/away3d > sandbox/away3d source/src/away3d/animators/SkinAnimation.as:57] > at main/onEnterFrame()[/Users/adroit/dev/away3d > sandbox/src/main.mxml: > 104] > > > Line 104 in main.xml is this: > this.hedgehogAnimation.update(getTimer() / 1000, true); > > > I'm lost on this one -- has anybody seen it before? > > -- Rob Bateman Flash Development & Consultancy [email protected] www.infiniteturtles.co.uk www.away3d.com
