I am working on issue 1047 and have got a test case working that shows the bug. I am in the process of tracking down where in the code the bug occurs. However, I have hit a roadblock in that I am unable to find the function loadSync in the code.
It is used at line 288 in Loader.py to load a model. What I normally have done to continue to trace through code is one of the following
- Step into it using the debugger (Doesn’t work, just steps over it)
- Use the functions of the IDE I am using to find it
- As a last resort, do a general search
None of these are turning up the function. My guess is that it is jumping into the C++ code at that point, but I can’t find it. Any ideas appreciated.