Skip to content

Commit

Permalink
Add recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Jan 4, 2009
1 parent d27f064 commit acc0ba5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bugs/open/000026.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,18 @@ Example: ~chris/Desktop/anim/bones/test2.sifz

Select either of the 'anim' layers, edit the bone ducks, note that
nothing gets updated.

------------------------------------------------------------------------
dooglus, Fri Jan 2 14:27:07 CET 2009

a simple recipe:

1. new document, make a circle, export the radius as 'r' ('r' is a ValueNode_Const)
2. disconnect the radius, switch to animate edit mode, edit the radius, creating a waypoint
3. in the Children tab, select 'r'
4. in the Timetrack tab, right-click the waypoint
5. 'connect' (the waypoint now has a ValueNode_Const value)
6. switch out of animate edit mode
7. in the Children tab, edit the value of 'r'
8. watch the circle's radius fail to change
9. slide the time slider, and see the radius change

0 comments on commit acc0ba5

Please sign in to comment.