Petri Ihalainen
Petri Ihalainen
> Can you point to what happens without this fix? The camera that the values are supposed to be copied from would get the value from the camera that they...
> As the camera's distToPane is not editable this fix has no good visible effect. Actually it does. `distToPlane` is the working depth of the view. The rotation center of...
I have left a comment in the code that indicates, that I have done this deliberately. Unfortunately the comment did not say why, but I believe it is because a...
Yes, they are close relatives. :) The original version of the engine interrupted a view rotation and aimed to the next one directly from that state. It did not do...
~~~~ java.lang.NullPointerException at artofillusion.raytracer.Raytracer.traceRay(Raytracer.java:618) at artofillusion.raytracer.Raytracer.traceRay(Raytracer.java:590) at artofillusion.raytracer.Raytracer$traceRay$2.call(Unknown Source) at Script1$2.execute(Script1.groovy:257) at artofillusion.util.ThreadManager$1.run(ThreadManager.java:94) ~~~~ That's all there is.
One point: `TaskManager` 94 is `task.execute(index);`in a try block. In the following catch block line 98 is `task.cleanup();` but the `.cleanup`in the script is just an empty block. .... Though,...
> Was it before or after that thread-contention issue that you discovered and I patched a few years back? Just after. Based on dates of the posts on the forum...
I wrote that script about a month after the fix. And I found the script and tested with about a year older AoI. Same thing. Only the line numbers that...
No it is not the DMR and there is no warm-up in that one. The current caseis basically derived/further developed from the multithreading DMR. The other one was the Physical...
I did some checking. This happens with both of the DepthMapRenderers, [single thread ](https://sourceforge.net/p/aoi/discussion/228117/thread/2d50b3fb/#f697) and [multi thread](https://sourceforge.net/p/aoi/discussion/47784/thread/c8797e17/#dd0f) and with this attached one. [Scanner 360_Test.zip](https://github.com/ArtOfIllusion/ArtOfIllusion/files/5825597/Scanner.360_Test.zip) The ´Scanner 360` uses the warm-up...