Commit cd8c158
committed
Add no-op set_keyframe() to AbstractBaseNode
The test manager calls set_keyframe() on all nodes, but it was only
defined on AssemblyNode. This caused 'solid root test' to fail on
LeafNode subclasses like Solid2Node with AttributeError.1 parent 04f0b1b commit cd8c158
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments