|
Notes |
|
|
(0021156)
|
|
Utkarsh Ayachit
|
|
2010-06-24 10:05
|
|
commit f5079ab7136a163f08024168bc9946febf7207f5
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Jun 23 10:25:17 2010 -0400
Fixed BUG 0010867. Added support to trace animation proxies.
* Fixed order in which proxies appear in trace when there were dependencies
among proxies that were registered (thanks Pat).
* Keyframes were registered as helper proxies. That made tracing hard. Fixed
that registering keyframes in "animation" group as well. Now when an cue i
deleted, it ensures that the keyframes are deleted as well.
* Added support in trace to record animation proxies and call correct method
for accessing cues/animation scene. |
|
|
|
(0021157)
|
|
Utkarsh Ayachit
|
|
2010-06-24 10:06
|
|
|
Need to move to "release" branch. |
|
|
|
(0021265)
|
|
Alan Scott
|
|
2010-07-06 22:03
|
|
Looks good to me. Note that this does NOT fix save animation.
Tested local server, windows, trunk. |
|
|
|
(0021267)
|
|
Utkarsh Ayachit
|
|
2010-07-07 09:52
|
|
commit 08b277534faeead74b3cd8c35074f02bf7a66b95
Author: Pat Marion <pat.marion@kitware.com>
Date: Fri Jun 25 14:58:13 2010 -0400
Handle the AnimatedProxy prop when it points to a RepresentationAnimationHelper
commit 9e9df17c63575e791d72a4c0fb2b24a1c86f3e1b
Author: Pat Marion <pat.marion@kitware.com>
Date: Wed Jun 23 16:48:14 2010 -0400
Don't use try/except when calling python from pqPythonTools.cxx
The try/except could hide useful error messages. Let the exceptions
be thrown and be robust about recognizing them. |
|
|
|
(0021289)
|
|
Utkarsh Ayachit
|
|
2010-07-07 16:44
|
|
|
Has been moved to "release" branch. |
|