Closed typewriter1 closed 5 years ago
This is a dumb mistake on my part. I'll get to work on a fix.
Thank you! Error fixed. However the performance is not very good, the rendered window takes time to load and update.
Yes, 0.4 has simpler, more robust logic for doing rendered viewport. However, this new method is pretty brute force and introduces a fair amount of latency. Do you have a sample scene that you'd be able to send me so I can do some analysis? I have some ideas on how to get some performance back, but I could use a good test case to figure out what optimizations to try first. If you have a scene you do not mind sharing publicly, please feel free to file another bug report on performance with the sample scene attached. Otherwise, an email works (mogurijin at gmail dot com).
I have managed to install and enable the addon thanks to the fixes in 0.4.1. However when I create a new project using the "Create New Project" button or open one using "Switch Project" button, I get the following error on the system console (window -> enable system console):
Blender does not crash, but if I leave the "Panda 3D" option for the render engine and change the viewport display method to "rendered" then the following error is thrown (perhaps due to the traceback regarding the
render_plugin
), and I observe only a blank screen with the grey-and-black chequered pattern that blender uses for transparency and a render that is being prepared.Like the other error, this error is also thrown more than once. It seems like the BlenderPanda viewport rendering system has been changed in some way - both from the release notes and from the fact that this works for me using the 0.3.0 release.