You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling base.oobe results in an error using these plugin settings. plugins.txt
Traceback (most recent call last): File "start_client.py", line 18, in <module> engine.run() File "D:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 3047, in run self.taskMgr.run() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 531, in run self.step() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 485, in step self.mgr.poll() File "thirdparty/RenderPipeline\rpcore\render_pipeline.py", line 561, in _plugin_pre_render_update self.plugin_mgr.trigger_hook("pre_render_update") File "thirdparty/RenderPipeline\rpcore\pluginbase\manager.py", line 171, in trigger_hook getattr(plugin_handle, hook_method)() File "thirdparty/RenderPipeline\rpplugins\pssm\plugin.py", line 146, in on_pre_render_update self.camera_rig.update(Globals.base.camera, sun_vector) AssertionError: cam != nullptr at line 373 of c:\buildslave\sdk-windows-i386\build\contrib\src\rplight\pssmCameraRig.cxx
The text was updated successfully, but these errors were encountered:
Calling base.oobe results in an error using these plugin settings. plugins.txt
Traceback (most recent call last): File "start_client.py", line 18, in <module> engine.run() File "D:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 3047, in run self.taskMgr.run() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 531, in run self.step() File "D:\Panda3D-1.10.0\direct\task\Task.py", line 485, in step self.mgr.poll() File "thirdparty/RenderPipeline\rpcore\render_pipeline.py", line 561, in _plugin_pre_render_update self.plugin_mgr.trigger_hook("pre_render_update") File "thirdparty/RenderPipeline\rpcore\pluginbase\manager.py", line 171, in trigger_hook getattr(plugin_handle, hook_method)() File "thirdparty/RenderPipeline\rpplugins\pssm\plugin.py", line 146, in on_pre_render_update self.camera_rig.update(Globals.base.camera, sun_vector) AssertionError: cam != nullptr at line 373 of c:\buildslave\sdk-windows-i386\build\contrib\src\rplight\pssmCameraRig.cxx
The text was updated successfully, but these errors were encountered: