Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - 3D Animation

 
 
Old 01-10-2006   #1 (permalink)
viliescu


 
 

3D Animation

When I try to animate the property of a ModelVisual3D I get
"Multi-step property paths may not be specified on an
object of type 'System.Windows.Media.Media3D.ModelVisual3D'"

And this happens with GeometryModel3D too.

Is this by design or is it a bug?

The only way to avoid that is to go up on the tree and use the viewport as
the target for the animation. The problem is when ModelVisual3D contains
other ModelVisual3Ds in its Children property - because there is no
dependency property (ChildrenProperty) I cannot build the path.

Thank you,
Valentin Iliescu

My System SpecsSystem Spec
Old 01-10-2006   #2 (permalink)
David Sklar


 
 

Re: 3D Animation

I also found this problem was rampant when I tried to port a rather
famous chess program from an earlier CTP to the Nov CTP. Could not get
long property paths to work, and I re-engineered the animation in the
chess program to start at lower-level objects so the property-paths
would be shorter. That strategy worked, and I'd be glad to send the
code to you (of course!), but I do not understand what "broke". I now
use that strategy in all my applications and avoid long proppaths as
much as possible!

My System SpecsSystem Spec
Old 01-10-2006   #3 (permalink)
viliescu


 
 

Re: 3D Animation

Thank you,

Using your suggestion I have solved the problem. Just curious, what objects
did you use as your animation target? Only property paths with just one level
worked for me (any loger it would complaind about "multi-step ...") so I had
to target the the Brush (for opacity animation) and Transform3D (for position
animation).

Valentin

"David Sklar" wrote:

> I also found this problem was rampant when I tried to port a rather
> famous chess program from an earlier CTP to the Nov CTP. Could not get
> long property paths to work, and I re-engineered the animation in the
> chess program to start at lower-level objects so the property-paths
> would be shorter. That strategy worked, and I'd be glad to send the
> code to you (of course!), but I do not understand what "broke". I now
> use that strategy in all my applications and avoid long proppaths as
> much as possible!
>
>

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Looking for that funny animation Chillout Room
disable animation Vista General
Icon animation Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46