From: Bruce S. <Bru...@nc...> - 2009-09-13 15:17:39
|
The bug in the controls module is that buttons and sliders etc. inherit from a class that takes care of setting several attributes common to all controls objects, including "value". Setting value implies executing an update routine which in the case of slider refers to an axis which hasn't been set yet. Some reorganization is in order. Bruce Sherwood |