| 6 | | There is a bug in the scene restore code where it calls the restore_scene() method for a Model multiple times. In this session I have 5 models and submodels open and restore_scene() is called 5 times on my one VolumeSurface instance which makes it very slow. This appears to be an indentation error on line 196 of scene/scene.py where the for loop |
| | 6 | There is a bug in the scene restore code where it calls the |
| | 7 | restore_scene() method for a Model multiple times. In this session |
| | 8 | I have 5 models and submodels open and restore_scene() is called 5 times |
| | 9 | on my one VolumeSurface instance which makes it very slow. |
| | 10 | This appears to be an indentation error on line 196 of scene/scene.py |
| | 11 | where the for loop |